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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also