Removes the item with the specified path from the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Sub Remove ( _ path As String _ ) |
C# |
---|
public void Remove( string path ) |
Parameters
- path
- Type: System..::..String