LabWindows/CVI

ATTR_PATH_CTRL_FILE_SPECIFICATION

Data Type: integer
Access:read/write
Functions:SetPathCtrlAttribute
GetPathCtrlAttribute
Description: Controls the files that you can browse in the path control. This 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.
Refer to the documentation for the LabWindows/CVI Utility Library GetFirstFile function for more information about the preceding file criteria. The default value for this attribute is (kPathCtrlNormalFile | kPathCtrlReadOnlyFile | kPathCtrlSystemFile | kPathCtrlArchiveFile | kPathCtrlDirectoryFile).
LabWindows/CVI
Compatibility:
LabWindows/CVI 7.0 and later