ZipArchive.Item Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Item[String]
Gets the Zip
Declaration
public ZipItem this[string archivePath] { get; }
Parameters
Type | Name | Description |
---|---|---|
String | archivePath | Path to an item within the ZIP archive. |
Property Value
Type | Description |
---|---|
Zip |
A Zip |
Exceptions
Type | Condition |
---|---|
Argument |
The specified path is null. |
Argument |
The specified path is empty. |
Object |
Archive was already disposed. |
Zip |
Cannot perform the requested operation (see Problem |