码迷,mamicode.com
首页 >  
搜索关键字:nsfilemanage    ( 5个结果
NSFileHandle&&NSFileManage
/*********** 读取全部文件内容 ************/ NSFileHandle *handle1 = [NSFileHandle fileHandleForReadingAtPath:filePath];//返回读文件的fileHandle NSData *data1 = [h.....
分类:其他好文   时间:2015-11-05 23:48:58    阅读次数:246
iOS文件管理
iOS文件管理NSFileManage ? ? ? ? ? /** ?? ? ? ? *1--------NSFileManager的创建有两种方式 ?? ? ? ? */ ? ? ? ?...
分类:移动开发   时间:2015-08-12 13:28:45    阅读次数:173
IOS基础学习日志(七)利用dispatch_once创建单例及使用
自苹果引入了Grand Central Dispatch (GCD)(Mac OS 10.6和iOS4.0)后,创建单例又有了新的方法,那就是使用dispatch_once函数,当然,随着演进的进行,还会有更多的更好的方法出现。今天就来简要介绍下如何利用dispatch_once创建单例。        在开发中我们会用到NSNotificationCenter、NSFileManage...
分类:移动开发   时间:2015-07-30 11:31:01    阅读次数:141
NSFileManage文件操作
1.NSFileManage是一个单例类,也就是一个文件中仅有一个该对象,不管创建多少次创建:NSFileManage *fm[NSFileManage defaultManager]2.判断是否时文件夹 Bool dir=NO Bool exists=[fm fileExistsAtPath:.....
分类:其他好文   时间:2015-05-19 18:21:37    阅读次数:121
oc NSFileManager 文件夹创建、文件移动、文件复制、文件重命名
// 初始化管理类         NSFileManager * manager = [NSFileManager defaultManager];                  // 路径         NSString * DirectoryPath = [NSHomeDirectory() stringByAppendingPathComponent:@"/desktop...
分类:移动开发   时间:2015-04-11 16:25:02    阅读次数:9358
5条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!