ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
13 results for: zipCreate
zipCreate (Function)
Creates an archive.
zipCreate (Example)
Usage example of the zipCreate function
<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)
Determines whether an archive exists.