sgt-d
20th May 2003 13:52 UTC
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!
Afrow UK
20th May 2003 17:05 UTC
I don't think there is a search function yet?
It would be very nice to have one - a must have!
-Stu
kichik
21st May 2003 13:41 UTC
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.