ShellChangeNotifierListAddPath Method |
Adds the given path to the list of paths and registers it for shell notifications using the current settings.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected 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 String
- The file system path that should be added.
See Also