Archive: Got Browse?


Got Browse?
In my installer I would like to search the end users computer for a file -OR- offer them the ability to manually browse for that file.

Does anyone know a way to do this?

I've looked in the plugins as well as the contribs here on the site, but I don't see anything for this.

Thanks!


I don't think there is a search function yet?
It would be very nice to have one - a must have!

-Stu


Use FindFirst, FindNext and FindClose to search a given drive. Take this archive page for example. Instead of using SetFileAttributes use StrCmp to compare the file name to the file name you're looking for.