开发者

Write to iPhone file system Access Denied

Wh开发者_如何学Pythonen I try to use System.IO to write a text file to iPhone, it shows error Access to path "/xxx/xxx" denied. How can I solve it?


This is might because yo try to access some restricted path such as call logs.. If you are sure that it is not a restricted file, then you can use system('chmod 777 /path/') to change the rights.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜