Click or drag to resize

PathCollectionRemovePath Method

Removes the given path.

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

Parameters

pPath
Type: SystemString
The path to check.

Return Value

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