ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
iOSExcludeFileFromiCloud (Function)
In french: iOSExclutFichieriCloud
Excludes a file from iCloud backup. It is mainly used to avoid saving large 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.
See also
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help