ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamPathList.IndexOfPath Method

Returns the index of the given path.

Syntax
Pascal
function IndexOfPath(const aPath: UnicodeString): Integer;
Parameters 
Description 
const aPath: UnicodeString 
The path for that its index should be returned. 

Boolean: Returns -1 if aPath is not in the list; otherwise the index of

aPath

is returned.

Copyright (c) 2011. All rights reserved.