开发者

Storing text file in ipod

开发者 https://www.devze.com 2023-01-05 03:41 出处:网络
can anyone please let me know as where the csv file and pdf file is stored in iphone or ipod. Actually my application generates a pd开发者_如何学编程f and csv file but somehow i m not able to know whe

can anyone please let me know as where the csv file and pdf file is stored in iphone or ipod. Actually my application generates a pd开发者_如何学编程f and csv file but somehow i m not able to know where it is stored in ipod. Please help!!!


In iOS, file system access is sandboxed per application. This means your apps can only read & write within a designated area. You can search for the NSDocumentDirectory via NSSearchPathForDirectoriesInDomains and get a path back to this direcctory.

0

精彩评论

暂无评论...
验证码 换一张
取 消