ShellBrowser .Net Edition
Add Method (p_Path)
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)Add(String)
Adds a path to the filelist. The item is initialized unchecked and it is assumed, that it is no duplicate entry.
Declaration Syntax
C#Visual BasicVisual C++
public LIST_ITEM Add(
	string p_Path
)
Public Function Add ( _
	p_Path As String _
) As LIST_ITEM
public:
LIST_ITEM Add(
	String^ p_Path
)
Parameters
p_Path (String)
The path to add
Return Value
The item that was added, null if CheckIfExists was enabled and the file has not been found.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)