I have been able to search my local drive for single file names. Can anyone help me with some code that would except two or more search criteria ? Like *.doc & *.xls & *.ppt.
I am currently looping through my code searching each directory and sub-directory for *.doc and then looping back to search for *.xls and so on, but this is really slow.
If you use the File Find featured in Win NT 4.0 all you have to do is enter each extension one right after the other on the Named line and NT will find all files matching all of the extension you entered. Any Ideas ?