DriveListAdd(String) Method | 
            Adds the specified path if it is not already included in the list.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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  String
 - The path to add to the DriveList
 
Return Value
DriveListItemThe 
DriveListItem that was added or the duplicate already contained in the list.
See Also