如果 NSTemporaryDirectory 返回 nil

发布于 2024-11-26 10:05:04 字数 165 浏览 1 评论 0原文

根据文档,NSTemporaryDirectory() 可以返回 nil。我需要在设备中保存一些临时文件。如果 NSTemporaryDirectory() 返回 nil 我该怎么办?我应该在其他地方创建一个文件夹吗?如果是,在哪里?或者我应该向用户显示一条消息?

According to the documentation, NSTemporaryDirectory() can return nil. I need to save some temporary files in the device. What should I do if NSTemporaryDirectory() returns nil? Should I create a folder elsewhere? If yes, where? Or should I just show a message to the user?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青巷忧颜 2024-12-03 10:05:04

这里有一个潜在的替代路径: http://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/Reference/Reference.html#//apple_ref/occ/instm/NSFileManager/URLForDirectory :inDomain:propertyForURL:create:error:(

如果主题标签无法向下滚动页面,请查看-[NSFileManager URLForDirectory:inDomain:propertyForURL:create:error:])

A potential alternate path here: http://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/Reference/Reference.html#//apple_ref/occ/instm/NSFileManager/URLForDirectory:inDomain:appropriateForURL:create:error:

(in the event the hashtag fails to scroll you down the page, check out -[NSFileManager URLForDirectory:inDomain:appropriateForURL:create:error:])

演出会有结束 2024-12-03 10:05:04

它是临时文件一零自由区,就像文件临时一二一样,

一是临时一,二和二是两种不同的类型,它们都是最好的类型

It’s temp file one nil free zone like file temp one two

One is temp one and two and two are the two different types and they both are the best ones

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文