Windows specifics: | all |
dlgsave 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.
dlgsave filter='*.bak *.txt'the dialog box displays all files in the current folder that have a .BAK file extension, and the dialog box adds both *.BAK and *.TXT to the Files of type: combo box.
dlgsave longfilter="*.txt" replacewill load the Files of type: combo box with only the *.TXT specification (instead of the default file types).