ZipArchive Properties
The central object of the library - a package of entries containing compressed data.
Name | Description |
---|---|
Catch |
Allows you to set an application-wide flag that specifies whether exceptions which occur in Zip |
Count | Obtains the number of zip items in the archive. |
Encryption |
Gets or sets the default encryption type. |
File |
Reserved for future use. |
Item[Int32] | Provides indexed access to an individual zip item in the archive. |
Item[String] | Provides access to individual zip items in the archive by their names. |
Options |
Provides access to archive options. |
Password | Gets or sets the password for an encrypted archive. |
See Also