JVCL Help:TJvSearchFiles.RootDirectory

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the directory in which the component starts searching for files and directories.


Pascal

 propertyRootDirectory: string;


Description

Use RootDirectory to specify the directory in which the component must start searching for files and directories. Use DirOption to specify if it also must search in the sub-directories of RootDirectory.
Include soExcludeFilesInRootDir in Options to disable searching for files or directories in RootDirectory, and only search in its sub-directories. (If DirOption equals doExcludeSubDirs then no search at all is performed.)
Include soCheckRootDirValid in Options to disable searching for files or directories in RootDirectory, if it isn't a valid directory as specified by DirParams. If so, the component only searches in the sub-directories of RootDirectory. (If DirOption equals doExcludeSubDirs or doExcludeCompleteInvalidDirs then no search at all is performed.)


See Also

TJvSearchFiles.Options


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