Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道NSTemporaryDirectory()在 iOS 上返回的目录是否是 *nix 意义上的临时目录 - 就像在内存中一样tmpfs?
NSTemporaryDirectory()
tmpfs
我正在寻找解决方法。
不它不是。它是一个临时目录,因为它的内容会定期删除(我认为每 3 天左右)。该文件夹本身在存储中是物理的,并且位于应用程序沙箱中的某个位置。