Click or drag to resize

ShellChangeNotifierList.AddPath 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.1
Syntax
protected override void AddPath(
	string pPath
)

Parameters

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