Click or drag to resize

ShellChangeNotifierListRemovePath Method

Removes the given path and stops and unregisters it.

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

Parameters

pPath
Type: SystemString
The file system path.

Return Value

Type: Boolean
True if it succeeds, false if it fails.
See Also