user1974082
user1974082

Reputation: 1

How to overwrite files on iphone file directory?

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

Answers (2)

El Tomato
El Tomato

Reputation: 6707

Why don't you just delete existing files so that you can put new ones?

Upvotes: 0

user3707950
user3707950

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

Related Questions