摘要: NSFileManager和NSFileHandle(附:获取文件大小 )//file文件操作NSFileManager常见的NSFileManager文件的方法:-(BOOL)contentsAtPath:path 从文件中读取数据-(BOOL)createFileAtPath:path contents:(BOOL)data attributes:attr 向一个文件写入数据-(BOOL)removeFileAtPath: path handler: handler 删除一个文件-(BOOL)movePath: from toPath: to handler: hand... 阅读全文
posted @ 2013-06-07 13:04 lizx 阅读(312) 评论(0) 推荐(0)