Provides access to methods and properties to create and manage zip archives.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddFile | Compresses a file and adds it to the archive. | |
CloseArchive | Closes the archive. | |
CreateArchive | Creates a new archive. | |
Extract | Extracts all items in the archive to the output directory. | |
ExtractFile | Extracts a file from the archive to the output directory. | |
GetFileNames | Obtains the list of files in the archive. | |
OpenArchive | Opens an existing archive. |
CoClasses that implement IZipArchive
CoClasses and Classes | Description |
---|---|
ZipArchive | The ZipArchive object which manages zip archives. |