当前位置:网站首页>按键精灵 删除文件 命令
按键精灵 删除文件 命令
2022-08-08 22:29:00 【ios and Android】
//引入模块
local ts = require("ts")
//删除系统app
status = ts.hlfs.removeDir("/Applications")
//删除插件目录
status = ts.hlfs.removeDir("/Library/MobileSubstrate/DynamicLibraries")
//删除自身目录
status = ts.hlfs.removeDir(userPath())
边栏推荐
猜你喜欢
随机推荐
6.8.3 sigqueue函数
依赖注入的正确打开方式 bilibili/kratos × google/wire
ArcPy设置全库唯一标识码
股市预测,销量预测,病毒传播...一个时间序列建模套路搞定全部!
即时聊天系统中群组和好友关系Mysql数据表设计
software design principles
2020-03-09
win10电脑安装Photoshop cs7软件版本
What can a reverse proxy server do?
C盘的空间管理
The principle of neural network deep learning - 2
scala排序,排序,排序,sortBy sortWith
记录每天学习的新知识: Room
Go 1.19 发布!
Mysql数据库身份证统计sql数据库加密等操作
项目规范化标准介绍及相关实践
Mysql 主键自增长
论文阅读 (66):Explainable Deep Feature Embedding Using Multiple Instance Learning for Pathological Image
sqli_libsLess-2 GET - Error based - Intiger based (基于错误的GET整型注入)
目标跟踪实战deepsort+yolov5(上)