ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
fSelectDir (Function)
Opens a directory picker.
<DiskFile variable>.OpenTempFile (Function)
Creates and opens a temporary file.
fRename (Function)
Modifies the name of a file.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Global and local variable
Two types of variables are available......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
Creating a query
Two methods can be used to create a query......
fOpenTempFile (Function)
Creates and opens a temporary file.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
Code history
The code history is used to......