PathCollectionAddPath Method |
Adds the given path to the list of path. It does not fire the Changing and Change event.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected 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
- Type: SystemString
The file system path that should be added.
See Also