ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.ContainsPath

Checks if the given path is in the list.

Syntax
Pascal
function ContainsPath(const aPath: String): Boolean;
Parameters 
Description 
const aPath: String 
The path that should be checked being in the list. 

Boolean: Returns True if aPath is in the list; False otherwise.