摘要: ``` + (void)removeDirectoryPath:(NSString *)directoryPath { // 获取文件管理者 NSFileManager *mgr = [NSFileManager defaultManager]; BOOL isDirectory; BOOL isExist = [mgr fileExistsAtPath:... 阅读全文
posted @ 2017-09-06 14:57 技术-刘腾飞 阅读(113) 评论(0) 推荐(0) 编辑