沙盒文件 1 //******************** 5.2 文件操作 2 func use_FileOperations() 3 { 4 //1、获取程序的Home目录 5 let homeDirectory = NSHome...
分类:
移动开发 时间:
2015-06-07 23:04:42
阅读次数:
165
// 初始化管理类
NSFileManager * manager = [NSFileManager
defaultManager];
// 路径
NSString * DirectoryPath = [NSHomeDirectory()
stringByAppendingPathComponent:@"/desktop...
分类:
移动开发 时间:
2015-04-11 16:25:02
阅读次数:
9358