| |
<zipArchive variable>.AddDirectory | Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
<zipArchive variable>.AddFile | 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>.AddFileList | Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it. |
<zipArchive variable>.ChangePath | Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
<zipArchive variable>.Close | Closes an archive. |
<zipArchive variable>.Create | Creates an archive. |
<zipArchive variable>.CreateExe | Creates a self-extracting archive as a 32-bit executable (.EXE). |
<zipArchive variable>.CurrentFile | Returns the name of the archived file currently handled by the functions for adding and extracting files. |
<zipArchive variable>.DeleteAll | Deletes all files from an archive. |
<zipArchive variable>.DeleteFile | Deletes a file from an archive. |
<zipArchive variable>.DeleteFileList | Deletes a list of files from an archive. |
| Determines whether an archive exists. |
<zipArchive variable>.ExtractAll | Extracts all files from an archive and decompresses them. |
<zipArchive variable>.ExtractDirectory | Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
<zipArchive variable>.ExtractFile | Extracts a file from an archive and automatically decompresses it to a physical location or in memory. |
<zipArchive variable>.ExtractFileList | Extracts and decompresses a list of files found in an archive to a physical location. |
<zipArchive variable>.ExtractPath | Returns the path of a file found in the archive. |
<zipArchive variable>.FileSize | Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format):- the compressed size of the file.
- the size of file before compression.
|
<zipArchive variable>.FindFile | Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format). |
<zipArchive variable>.InfoFile | Returns the characteristics of a file found an archive:- The name of the file and its stored path.
- The initial size of the file.
- The compressed size of file.
- The date and time of file creation.
- The date and time of file modification.
- The date and time of file access.
- The file attributes.
- The file encryption mode.
|
<zipArchive variable>.IsMulti | Returns the type of archive: single-part archive or multi-part archive. |
<zipArchive variable>.ListFile | Returns the list of files found in an archive. |
<zipArchive variable>.Merge | Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
<zipArchive variable>.NbPartNeeded | Returns the number of parts of a given size required to split a single-part archive. |
<zipArchive variable>.Open | Opens an existing archive. |
<zipArchive variable>.OpenCAB | Opens an existing archive in CAB format. |
<zipArchive variable>.OpenRAR | Opens an existing archive in RAR format. |
<zipArchive variable>.Split | Splits an archive into several sub-archives of a given size. |
<zipArchive>.SelectFile | Selects files from an archive. |