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.1
Syntax protected override void AddPath(
string pPath
)
Protected Overrides Sub AddPath (
pPath As String
)
protected:
virtual void AddPath(
String^ pPath
) override
abstract AddPath :
pPath : string -> unit
override AddPath :
pPath : string -> unit
Parameters
- pPath
- Type: SystemString
The file system path that should be added.
See Also