This document is archived and information here might be outdated.  Recommended version.


IZipArchiveEx Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchiveEx Interface
ArcGIS Developer Help

IZipArchiveEx Interface

Provides access to methods and properties to create and manage 7-zip archives.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddFile Compresses a file and adds it to the archive.
Method AddFileEx Compresses a file and adds it to the archive preserving the sub-folder off the root folder.
Method AddFolder Compress a folder and add it to the archive.
Method CloseArchive Closes the archive.
Method CreateArchive Creates a new archive.
Method Extract Extracts all items in the archive to the output directory.
Method ExtractFile Extracts a file from the archive to the output directory.
Method GetFileNames Obtains the list of files in the archive.
Method OpenArchive Opens an existing archive.

Inherited Interfaces

Interfaces Description
IZipArchive Provides access to methods and properties to create and manage zip archives.

Classes that implement IZipArchiveEx

Classes Description