ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipOpen (Function)
Opens an existing archive.
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.
zipDeleteFile (Function)
Deletes a file from an archive.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
zipDeleteAll (Function)
Deletes all files from an archive.
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)......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
<zipArchive variable>.Create (Function)
Creates an archive.
WDZip: Overview
WDZip is used to compress and group your files in archives......
<zipArchive variable>.Close (Function)
Closes an archive.
zipExist (Function)
Determines whether an archive exists.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
1
2
3
4
5
6
266
>