开发者

Write to iPhone file system Access Denied

开发者 https://www.devze.com 2023-03-31 12:31 出处:网络
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 restric

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

精彩评论

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