SearchDirectory.FileExtensionRestrictions
- Updated2024-10-09
- 1 minute(s) read
SearchDirectory.FileExtensionRestrictions
Syntax
SearchDirectory.FileExtensionRestrictions
Data Type
Purpose
Specifies the specific file extensions that restrict which files apply to the search directory . If the SearchDirectory.ExcludeFileExtension property is False , TestStand searches only for files in the directory with the specified extension. If the exclude parameter is True , TestStand searches only for files in the directory that does not have the specified file extensions. For example, to search only for DLLs and executable files, enter "DLL, EXE" and set the SearchDirectory.ExcludeFileExtension property to False .