This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchive Interface (ArcObjects .NET 10.4 SDK) |
Provides access to methods and properties to create and manage zip archives.
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 and Classes | Description |
---|---|
ZipArchive | The ZipArchive object which manages zip archives. |