Windows specifics: | all |
dlgopen longfilter="*.text|*.Bob's work|*.*XX"the dialog box displays all files in the current folder that have .text as their file extension, and the dialog box adds *.text, *.Bob's work and *.XX to the Files of type: combo box.
dlgopen filter='*.bak *.txt'the dialog box displays all files in the current folder that have a .BAK file extension, and adds both *.BAK and *.TXT to the Files of Type: combo box.
dlgopen longfilter="*.txt" replacewill load the Files of type: box with the *.TXT specification (instead of the default file types).