ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
fTrackStop (Function)
Stops monitoring a file or directory.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
fListDisk (Function)
Returns the list of disks installed on the computer.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
fImageSelect (Function)
Opens the image picker of Windows.
fSelectDir (Function)
Opens a directory picker.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fChangeExtension (Function)
Changes the extension of a file on disk.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
fSeparator (Function)
Returns a file path with normalized separators.
NameBrowserFile (Property)
The NameBrowserFile property gets the original name of the file to upload from the user's computer....
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
fRename (Function)
Modifies the name of a file.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....