PDA

Click to See Complete Forum and Search --> : Please Help ! I have an important question ?


sensor
Dec 31st, 1999, 04:35 PM
Could some one please let me know how to find multiple file types in a single search.I know how to find all files or to find single type e.g *.* or *.exe, *.dll etc but how do I code for a single search which would find all these file types I specify in one search.Any help would be greatly appreciated.

Dec 31st, 1999, 04:43 PM
insert a semicolon into the search string


*.bmp;*.jpg will look for bitmaps and jpeg pictures!