PathCollectionAdd(String) Method |
Adds the given path to the list of path.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic void Add(
string item
)
Public Sub Add (
item As String
)
public:
virtual void Add(
String^ item
) sealed
abstract Add :
item : string -> unit
override Add :
item : string -> unit
Parameters
- item String
- The file system path that should be added.
Implements
ICollectionTAdd(T)
See Also