Permanent file changes on iPhone simulator
Posted
by Cesar
on Stack Overflow
See other posts from Stack Overflow
or by Cesar
Published on 2010-04-24T02:17:02Z
Indexed on
2010/04/24
2:23 UTC
Read the original article
Hit count: 197
iphone
I'm in trouble with paths, relative paths, NSBundle and all the path/file related operations :)
While i run the simulator everthing goes right but all the file changes are not permanent, so everytime i run my app i have to repeat the initial setup of my app.
The question: What is the proper way to read and write files (from resource dir) and make all the file changes permanent (updated into the project folder) ?
Thanks
© Stack Overflow or respective owner