ArcObjects Library Reference (System)  

IZipArchive Interface

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
Method AddFile Compresses a file and adds 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.

CoClasses that implement IZipArchive

CoClasses and Classes Description
ZipArchive The ZipArchive object which manages zip archives.