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
"A myth is not the succession of individual images, but an integerated meaningful entity, reflecting a distinct aspect of the real world." ___ Adolf Jensen
FindFirstFile will only find the first match. You would need to loop through the FindNextFile API to find the rest of the matches.
Forum Rules