Click or drag to resize

ShellChangeNotifierListAddPath Method

Adds the given path to the list of paths and registers it for shell notifications using the current settings.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected override void AddPath(
	string pPath
)

Parameters

pPath
Type: SystemString
The file system path that should be added.
See Also