| 
 
ShellBrowser Delphi Components Documentation 
 | 
Returns true if possible sub path is a sub path of the superior path.
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.