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