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...
zipArchivedFile (Type of variable)
... formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed...
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR...
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single...
zipArchive (Variable type)
... of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ...
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ...
zipStartAddingFile (Function)
Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ...
<zipArchive variable>.StartAddingFile (Function)
Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ...
WDZip: Overview
WDZip is used to compress and group your files in archives......
Constants for the archiving functions
List of constants used by the archiving functions....
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected...
The single-part and multi-part archives
Two types of archives are available......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
1
2
3
4
5
6
8
>