
iOS之文件操作
amberoot_源狼乐
It isn't the burdens today that drive me mad,it is the regrets over yesterday and the fear of tomorrow.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iOS swift3.0 复制文件
前言:目的是把项目工程中的文件复制到APP的沙盒Documents路径中。 //Documents路径 let documentsPath = NSHomeDirectory() + "/Documents/" let fileManager = FileManager.default //工程中的Demo文件路径 let srcUrl = Bundle.main.path(forR...原创 2018-04-16 09:59:27 · 526 阅读 · 0 评论 -
swift之文件操作
本文介绍了几种文件操作,包括创建文件、删除文件、读取文件中数据、把字符串写入指定文件、获取指定路径的所有文件名等原创 2019-03-29 16:37:12 · 2471 阅读 · 0 评论