ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.IsSubPathOf

Returns true if possible sub path is a sub path of the superior path.

Syntax
Pascal
class function IsSubPathOf(const p_SuperiorPath: String; const p_PossibleSubPath: String): Boolean;
Parameters 
Description 
const p_SuperiorPath: String 
The path that might be a superior path. 
const p_PossibleSubPath: String 
The possible sub path. 

True if possible sub path is a sub path of the superior path.