ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of the Express version
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.Close (Function)
Closes an archive.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
<zipArchive variable>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
<zipArchive variable>.Create (Function)
Creates an archive.
SCM file format evolutions
Four versions are available for the SCM repository......
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipCreate (Function)
Creates an archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipClose (Function)
Closes an archive.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
zipOpen (Function)
Opens an existing archive.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
fCompress (Function)
Compresses a file.
fCurrentDir (Function)
Identifies or modifies the current directory.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.