ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile...
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
zipClose (Function)
Closes an archive.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipOpen (Function)
Opens an existing archive.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
zipCreate (Function)
Creates an archive.
zipExtractPath (Function)
Returns the path of a file found in the archive.
fCompress (Function)
Compresses a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
1
4
5
6
7
8
>