|
|
|
|
iOSExcludeFileFromiCloud (Function) In french: iOSExclutFichieriCloud Excludes a file from iCloud backup. It is mainly used to avoid saving huge files.
iOSExcludeFileFromiCloud(fDataDir() + "myfile.txt")
Syntax
<Result> = iOSExcludeFileFromiCloud(<File path>)
<Result>: Boolean - True if the file was excluded,
- False otherwise.
<File path>: Character string Name and full path of the file to exclude from iCloud backup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|