Click or drag to resize

PathCollectionRemovePath Method

Removes the given path.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
protected virtual bool RemovePath(
	string pPath
)

Parameters

pPath  String
The path to check.

Return Value

Boolean
True if the path was part of the list, false if not.
See Also