ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: zipCreate
zipCreate (Example)
Usage example of the zipCreate function
zipCreate (Function)
Creates an archive.
<zipArchive variable>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.Create (Function)
Creates an archive.
<zipArchive variable>.Close (Function)
Closes an archive.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipClose (Function)
Closes an archive.
zipOpen (Function)
Opens an existing archive.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB,...
zipClose (Example)
Usage example of the zipClose function
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipExist (Function)
Used to find out whether an archive exists.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipDeleteAll (Function)
Deletes all files from an archive.
Constants for the archiving functions
List of constants used by the archiving functions....
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files...
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
The single-part and multi-part archives
Two types of archives are available......
zipDeleteFile (Function)
Deletes a file from an archive.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...