ZipArchive.GetItem Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
GetItem(String)
Gets the Zip
Declaration
public ZipItem GetItem(string archivePath)
Parameters
Type | Name | Description |
---|---|---|
String | archivePath | Path to an item within the ZIP archive. |
Returns
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 |