Removes the item with the specified path from the collection.

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

Syntax

Visual Basic
Public Sub Remove ( _
	path As String _
)
C#
public void Remove(
	string path
)

Parameters

path
Type: System..::..String

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also