ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
IsSubPathOf Function

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

Syntax
Pascal
function IsSubPathOf(const p_SuperiorPath: UnicodeString; const p_PossibleSubPath: UnicodeString): Boolean;

This function returns true, if the superior path is "C:Windows" and the possible sub path is "C:WindowsSystem32"

Copyright (c) 2011. All rights reserved.