Removes the item with the specified path from the collection.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function Remove ( _ path As String _ ) As Boolean |
C# |
---|
public bool Remove( string path ) |
Parameters
- path
- Type: System..::..String
The path of an item to remove from the collection.