FindFileSearchListOptions
- Updated2025-07-21
- 1 minute(s) read
FindFileSearchListOptions
Use these constants to specify the srchListOption parameter of the Engine.FindFileEx method.
The FindFile_AddDirSearchList constants specify whether TestStand adds the directory of the file you select to the search directory paths . It also changes the dimmed state of the Add Directory to Search Directory List option.
- FindFile_AddDirToSrchList_Ask –(Value: 1) Enables the Add Directory to Search Directory List option so you can choose whether to append the directory that contains the file to the list of search directories. If the current user does not have configured engine privileges, the Engine.FindFileEx method behaves as if you passed FindFile_AddDirToSrchList_No .
- FindFile_AddDirToSrchList_Ask_IgnorePrivileges –(Value: 4) The same as FindFile_AddDirToSrchList_Ask but does not check user privileges.
- FindFile_AddDirToSrchList_No –(Value: 2) Does not add the directory to the search path and disables and dims the Add Directory to Search Directory List option.
- FindFile_AddDirToSrchList_Yes –(Value: 3) Adds the directory to the search paths and dims the Add Directory to Search Directory List option. If the current user does not have configure engine privileges, the Engine.FindFileEx method behaves as if you passed FindFile_AddDirToSrchList_No .
- FindFile_AddDirToSrchList_Yes_IgnorePrivileges –(Value: 5) The same as FindFile_AddDirToSrchList_Yes but does not check user privileges.