Storing data on iOS

ddas dev at digifilm.com
Wed Jul 25 23:15:31 EDT 2012


You may just set the attribute of a folder and not bother with individual files.

According to apple:

Starting in iOS 5.0.1 a new “do not back up” file attribute has been introduced allowing developers to clearly specify which files should be backed up, which files are local caches only and subject to purge, and which files should not be backed up but should also not be purged.

In addition, setting this attribute on a folder will prevent the folder and all of its contents from being backed up.

-dd

On Jul 25, 2012, at 10:37 PM, J. Landman Gay wrote:

> Just out of curiosity, does anyone know if the file attributes are permanent if the content changes? For example, say I put data into a text file in Documents and mark it "do not backup". Then later I put new data into the file using "put url" from a file on the server. Does the attribute stick?




More information about the use-livecode mailing list