Gets the full path to the archive item (including its name) within the archive.

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

Syntax

C#
public abstract string Path { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Path As String
Visual C++
public:
virtual property String^ Path {
	String^ get () abstract;
}

See Also