想要把NSData保存到文件夹中,但是发现SwiftFiles中的实例代码中的NSSearchPathDirectory中包含各种路径:
不知道有何区别:
搜:
NSSearchPathDirectory
参考:
Foundation Constants Reference
How to find NSDocumentDirectory in swift? – Stack Overflow
然后发现:
“
NSDocumentationDirectory
Documentation.
Available in OS X v10.0 and later.
NSDocumentDirectory
Document directory.
Available in OS X v10.2 and later.
”
很明显-》都是OS X的路径,而不是iOS 的路径。
所以需要搞懂:
[基本解决]iOS里面的app可以使用的用于保存文件的路径和文件夹有哪些
转载请注明:在路上 » [基本解决]NSSearchPathDirectory中的各种文件夹的区别,比如DocumentationDirectory vs DocumentDirectory