ZipReader.Path Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
Path
Gets the full path to the currently read item (including its name) within the ZIP archive.
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| String | The full path to the currently read item (including its name) within the ZIP archive. |