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.
我想缓存从 iPod 库添加的文件。网址是:ipod-library://item/item.mp3?id=-8337982997312596354,我只想将此文件写入临时/缓存文件夹。我怎样才能做到这一点?
请参阅this or this question on how to get the NSData of the song 然后使用
writeToURL:原子地
NSData 来保存它。您可以使用以下命令获取应用程序临时目录的路径
NSTemporaryDirectory();