PDA

Click to See Complete Forum and Search --> : FindFirstFile


mlowther
Sep 27th, 2000, 03:02 PM
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

Sep 27th, 2000, 03:22 PM
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

hitcgar
Sep 28th, 2000, 01:13 PM
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 (http://forums.vb-world.net/showthread.php?threadid=32897) - answer by Yonatan ;)

have fun.

[Edited by hitcgar on 09-28-2000 at 05:34 PM]