Gets the full path to the current ZipItem (including its name) within the ZIP archive.

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

Syntax

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

Field Value

The full path to the current ZipItem (including its name) within the ZIP archive.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also