readonly - What are the directory locations that are writable on iOS? -


I was not able to get information about Apple iOS SDK, about which directories are writeable Are not for

I only agree that NSCachesDirectory and NSDocumentDirectory are writeable but about others, such as NSApplicationSupportDirectory or NSTemporaryDirectory .

Where can I get a complete list of general directories along with my purposes and if they are writeable from my application or not?

I have NSSearchPathDirectory enum but they do not have any information about their purpose and if you are able to write them then are not more important.

"iOS Application Programming Guide" & gt; Application Runtime Environment & gt; File system & gt; .

On the same page there are several helpful links to those methods that are helpful or forward-related documentation.

Comments