Ho can I have my VB program search the hard drive for specific files?
Printable View
Ho can I have my VB program search the hard drive for specific files?
Found this on VB-World: Find All Files
you could try this API
http://www.vbapi.com/ref/f/findfirstfile.html
FindFirstFile will only find the first match. You would need to loop through the FindNextFile API to find the rest of the matches.