Searching for multiple files on harddrive(s) [Resolved!]
Hello everyone!
I've searched for this on the forum, but I could only find code for a single file search or extension search.
I have a database with application titles and their starting executables. I would like an example on how to search all the executable files listed in the database, so I can tell which application is installed on the users harddrives.
I know it's possible to just use the recursive Dir function on each file seperately, but I think it would take ages if I had to use this with a database with over 100 files to search.
I've also heard of the FSO, but I've never used it, so I wouldn't know if it's possible with that.
Can anyone help me with this problem?
Thanks in advance!
Dave.