ZipProgressChangedEventArgs.ExternalItemPath Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ExternalItemPath
Gets the path of the external (local) file or directory which is currently processed (or null reference (Nothing in Visual Basic) if not available).
Declaration
public string ExternalItemPath { get; }
Property Value
Type | Description |
---|---|
String | Local path. |