ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamPathList.AllItemsSubpathOf Method

Checks if all paths in the list are subpaths of aPath.

Syntax
Pascal
function AllItemsSubpathOf(aPath: UnicodeString): Boolean;
Parameters 
Description 
aPath: UnicodeString 
The path that should be checked being the superior path. 

Boolean: Returns True if all path in the list are a subpath of aPath; False otherwise.

Copyright (c) 2011. All rights reserved.