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: 7.2
Syntax
protected override bool RemovePath(
	string pPath
)

Parameters

pPath  String
The file system path.

Return Value

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