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