This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchiveEx Interface (ArcObjects .NET 10.4 SDK) |
Provides access to methods and properties to create and manage 7-zip archives.
Description | ||
---|---|---|
AddFile | Compresses a file and adds it to the archive. | |
AddFileEx | Compresses a file and adds it to the archive preserving the sub-folder off the root folder. | |
AddFolder | Compress a folder and add 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. |
Interfaces | Description |
---|---|
IZipArchive | Provides access to methods and properties to create and manage zip archives. |