Gets an absolute path to the ZIP archive file or a null reference (Nothing in Visual Basic) if the path is not available.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public ReadOnly Property FilePath As String
	Get
C#
public string FilePath { get; }

Return Value

Absolute path to the ZIP archive file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also