JVCL Help:TJvSearchFiles.IsRootDirValid

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates if the root directory is valid.


Pascal

 propertyIsRootDirValid: Boolean;


Description

Read IsRootDirValid to determine if the directory specified by RootDirectory is valid as specified by DirParams.
If IsRootDirValid is False and soCheckRootDirValid is included in Options then no search for files or directories is performed in that directory. If DirOption also equals doExcludeSubDirs or doExcludeCompleteInvalidDirs then no s arch at all is performed. Otherwise the component only searches for files or directories in the sub-directories of the root directory and not in the root directory self.


See Also

TJvSearchFiles.DirParams, TJvSearchFiles.Options, TJvSearchFiles.RootDirectory


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page