Description: |
Controls the files that can be browsed in the path control. Value is a 32-bit integer composed of one or more of the following PathCtrlFileSpecification enumerations that you can bitwise OR: kPathCtrlNormalFile, kPathCtrlReadOnlyFile, kPathCtrlSystemFile, kPathCtrlHiddenFile, kPathCtrlArchiveFile, kPathCtrlDirectoryFile See the documentation for the CVI Utility Library GetFirstFile function for a description of the above file criteria. The default value of this control is (kPathCtrlNormalFile | kPathCtrlReadOnlyFile | kPathCtrlSystemFile | kPathCtrlArchiveFile | kPathCtrlDirectoryFile). |