ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
iOSExcludeFileFromiCloud (Function)
In french: iOSExclutFichieriCloud
Excludes a file from the backups performed by the Apple cloud. It is mainly used to avoid saving huge files.
Example
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 the backup in the Apple cloud.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment