How can I search for files?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Ed Landau (aunst8_2000_at_yahoo.com)
Date: 09/04/04


Date: Sat, 04 Sep 2004 06:08:06 GMT

Using VB6, I'd like to do something like VBA's Application.fileSearch.
I'd like to say: Return a list of all files matching "*.xxx" and recursively
go thru all sub-directories. The FileListBox does not recursively go down
directories.
Any help would be appreciated.

The only way I can think is to have a hidden dirListBox and step thru it but
popping back up may be tricky.
Thanks
-Ed