ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<zipArchive variable>.Create (Function)
Creates an archive.
zipClose (Function)
Closes an archive.
zipCreate (Function)
Creates an archive.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
zipSelectFile (Function)
Selects files from an archive.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
zipDeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.Open (Function)
Opens an existing archive.
zipOpen (Function)
Opens an existing archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
zipListFile (Function)
Returns the list of files found in an archive.
zipExist (Function)
Used to find out whether an archive exists.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
<zipArchive variable>.ExtractPath (Function)
Returns the path of a file found in the archive.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
1
2
3
4
5
6
20
>