ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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, etc.) (prefix syntax)
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...
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipDeleteFile (Function)
Deletes a file from an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<zipArchive variable>.Close (Function)
Closes an archive.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
<zipArchive variable>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
<zipArchive variable>.Create (Function)
Creates an archive.
zipCreate (Function)
Creates an archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipClose (Function)
Closes an archive.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
zipOpen (Function)
Opens an existing archive.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
1
2
3
4
5
6
7
>