ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.AllItemsSubpathOf

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

Syntax
Pascal
function AllItemsSubpathOf(aPath: String): Boolean;
Parameters 
Description 
aPath: String 
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.