ArcObjects Library Reference (System)  

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

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.