Reputation: 1
My old question was a bit roughly explained, so I will try it again. I want to develope an app, which simply overwrites files in the iPhone file directory with my own files, but I don´t know the code for the overwriting part.
Can somebody help me?
Upvotes: 0
Views: 984
Reputation: 6707
Why don't you just delete existing files so that you can put new ones?
Upvotes: 0
Reputation:
You can not overwrite files in the iPhones file directory. The only part you as a developer can access for read and write is your application's document directory.
Upvotes: 1