Removes an item from the list.

Declaration Syntax
public LIST_ITEM Remove(
string p_Filename
)
Public Function Remove ( _
p_Filename As String _
) As LIST_ITEM
public:
LIST_ITEM Remove(
String^ p_Filename
)

Parameters
- p_Filename (String)
- the file or path of the item that is to be removed from the list

Return Value
the item that has been removed, null if it has not been found in the list
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)