ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
fRemoveDir (Function)
Deletes a directory from a disk.
fRename (Function)
Modifies the name of a file.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
fTempFile (Function)
Returns the name of a unique temporary file.
fDriveInfo (Function)
Returns information about a drive.
fAttribute (Function)
Returns or modifies the attributes of a file.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
fListResource (Function)
Lists the resources integrated to the application.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
fUnlock (Function)
Entirely or partially unlocks an external file.
fLock (Function)
Entirely or partially locks an external file.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
fCompress (Function)
Compresses a file.
fOpenTempFile (Function)
Creates and opens a temporary file.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....