Gets the item of the specified path.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

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

Parameters

path
Type: System..::..String
The path of the item to get.

Field Value

Item with the specified path, or null if not found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also