ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: URI functions
10 results
Saves the contents of a buffer to a resource identified by its URI.
Saves the contents of a file to a resource identified by its URI.
The following constants are used by URI-specific functions:
The following functions are used to manage URIs
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Retrieves information of a URI resource.
Opens a system window to select a resource from:
  • from the device file system,
  • from the Cloud (Google Drive, Microsoft OneDrive, etc.)
  • or from one of the content managers installed on the device.
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
WLanguage procedure ("callback") called by URISelect for the selected file.