Hello,
I'm familiar with the FindFirstFile and FindNextFile APIs, but can you use these for an advanced search for files that contain specified text? If not, what does? (much like the Find Files/Folders function on the start menu)
Thanks
Printable View
Hello,
I'm familiar with the FindFirstFile and FindNextFile APIs, but can you use these for an advanced search for files that contain specified text? If not, what does? (much like the Find Files/Folders function on the start menu)
Thanks
See the following for FindFirstFile and FindNextFile.
http://209.207.250.135/ref/f/findfirstfile.html
http://209.207.250.135/ref/f/findnextfile.html
FindFirstFile and FindNextFile don't have any 'with text' search capabilities.
Personally I don't think any api does this directly (i could be wrong so check)
Do it yerself with standard VB.
Check this thread for example code thread - answer by Yonatan ;)
have fun.
[Edited by hitcgar on 09-28-2000 at 05:34 PM]