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.
我是 mac os x 的新手。mac os x 安装时是否分配了一个特定于应用程序的文件夹来存储其临时文件?就像在 Windows 中一样,有一个应用程序数据文件夹供应用程序保存数据,系统临时文件夹是不同的。
是的。只是NSTemporaryDirectory()用来获取一个临时目录。您应该在此路径下创建自己的特定于应用程序的子目录。
NSTemporaryDirectory()