ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The single-part and multi-part archives
Two types of archives are available......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
WDZip: Create or modify an archive
This help page explains how to......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
WDZip: Overview
WDZip is used to compress and group your files in archives......