ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDZip: Create or modify an archive
This help page explains how to...
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ))
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ))
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
zipSelectFile (Function)
Selects files from an archive.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete...
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip, etc.) (prefix syntax)
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ))
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV...
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
zipSplit (Example)
Usage example of the zipSplit function
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
zipFindFile (Example)
Usage example of the zipFindFile function
zipCreateExe (Example)
Usage example of the zipCreateExe function
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files...
zipFileSize (Example)
Usage example of the zipFileSize function
zipCreate (Example)
Usage example of the zipCreate function
zipExtractAll (Example)
Usage example of the zipExtractAll function
zipClose (Example)
Usage example of the zipClose function
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
16. Java applications in practice
Java applications in practice...
zipChangePath (Example)
Usage example of the zipChangePath function
zipSize (Example)
Usage example of the zipSize function
zipIsMulti (Example)
Usage example of the zipIsMulti function
zipMsgError (Example)
Usage example of the zipMsgError function
zipExtractFile (Example)
Usage example of the zipExtractFile function