ZipArchive.FilePath Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9119)
FilePath
Gets an absolute path to the ZIP archive file or a null reference (Nothing in Visual Basic) if the path is not available.
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
String | Absolute path to the ZIP archive file. |