ShellBrowser .Net Edition
Remove Method (item)
NamespacesJam.ShellPathCollectionRemove(String)
Removes a path from the list.
Declaration Syntax
C#Visual BasicVisual C++
public bool Remove(
	string item
)
Public Function Remove ( _
	item As String _
) As Boolean
public:
virtual bool Remove(
	String^ item
) sealed
Parameters
item (String)
The path that should be removed
Return Value
true if item was found and removed successfully; otherwise false.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)