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, etc.) (prefix syntax)
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))
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ))
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.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
<zipArchive>.SelectFile (Function)
Selects files from an archive.
zipSelectFile (Function)
Selects files from an archive.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Creating a Java archive
When your Java application is developed, you can......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
The single-part and multi-part archives
Two types of archives are available......
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.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed...
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.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files...
<zipArchive variable>.Create (Function)
Creates an archive.
zipCreate (Function)
Creates an archive.
zipClose (Function)
Closes an archive.
<zipArchive variable>.Close (Function)
Closes an archive.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following...
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
zipOpen (Function)
Opens an existing archive.
<zipArchive variable>.Open (Function)
Opens an existing archive.
1
2
>