DriveListAdd Method (String) |
Adds the specified path if it is not already included in the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override DriveListItem Add(
string pPath
)
Public Overrides Function Add (
pPath As String
) As DriveListItem
public:
virtual DriveListItem^ Add(
String^ pPath
) override
abstract Add :
pPath : string -> DriveListItem
override Add :
pPath : string -> DriveListItem
Parameters
- pPath
- Type: SystemString
The path to add to the DriveList
Return Value
Type:
DriveListItemThe
DriveListItem that was added or the duplicate already contained in the list.
See Also