PathCollectionAddPath Method |
Adds the given path to the list of path. It does not fire the Changing and Change event.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected virtual void AddPath(
string aPath
)
Protected Overridable Sub AddPath (
aPath As String
)
protected:
virtual void AddPath(
String^ aPath
)
abstract AddPath :
aPath : string -> unit
override AddPath :
aPath : string -> unit
Parameters
- aPath String
- The file system path that should be added.
See Also