Gets the ZipItem with specified path.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	path As String _
) As ZipItem
	Get
C#
public ZipItem this[
	string path
] { get; }

Parameters

path
Type: System..::..String
Value of the Path to search for.

Return Value

The ZipItem with specified path; or null reference (Nothing in Visual Basic) if no such item was found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also