Adds a path to the filelist. The item is initialized with state given in checked parameter and
it is assumed, that it is no duplicate entry.
| C# | Visual Basic | Visual C++ |
public FileListItem Add( string p_Path, bool p_Checked )
Public Function Add ( _ p_Path As String, _ p_Checked As Boolean _ ) As FileListItem
public: FileListItem^ Add( String^ p_Path, bool p_Checked )
The item that was added