Represents a package of compressed files in the zip archive format.
Syntax
JScript | |
---|
public interface IZipArchive |
Public Properties
| Name | Description |
| Entries | Gets the collection of entries that are currently in the zip archive. |
Top
Public Methods
| Name | Description |
| AppendAllFileSystemEntries | Append all file system entries form the specified directory. |
| AppendFileSystemEntries | Append all file system entries form the specified related directory of file path. |
| CreateEntry | Overloaded. Creates an empty entry that has the specified path and entry name in the zip archive. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
| GetEntry | Retrieves a wrapper for the specified entry in the zip archive. |
| SetLevel | Sets the Compression Level for all zip archive entries. |
Top
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also