ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
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 iCloud backup. 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 iCloud backup.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 03/07/2023

Send a report | Local help