This information was missing from the help, and since it took me a while to find I decided to post it here.
The question is, when specifying the "filters" for a file-browsing dialog, how do you group multiple file types together under one heading? E.g. under the description "JPEG files" you want to include both "*.jpg" and "*.jpeg". The answer is, ";" (semicolon) can be used as a delimiter.
Also, don't forget the wildcard "?" which matches any single character, and use "*" as the matching pattern for "All files" to match files that don't have a "." in their names.
So for instance:
I've sent in a request to have this added to the product help. (BTW: anyone can submit help feedback by clicking the link at the bottom of each help page. This is what I do. It works.)
Andre Guirard | 9 March 2010 05:54:29 PM ET | Home, Plymouth, MN, USA | Comments (2)

