0

When 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?

巫妖王
  • 425
  • 2
  • 6
  • 18

1 Answers1

1

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.

KingofBliss
  • 15,055
  • 6
  • 50
  • 72