ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<zipArchive variable>.ExtractPath (Function)
Returns the path of a file found in the archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
<zipArchive variable>.EndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function...
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipDeleteFile (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.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipDeleteAll (Function)
Deletes all files from an archive.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipEndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function...
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
1
2
3
4
5
6
7
>