Discussion:
Hot folders
(too old to reply)
Me
2011-12-11 14:36:04 UTC
Permalink
I am using Visual Studio 6 VC++
How do I continuously monitor a folder for a specific file to show up and
open it?? After openning it and processing it, I need to delete it and wait
again for it to appear again... Rinse & repeat every time it apears again.
There is another app running which creates this file for me to process.
The filename is always the same.
Thanks in advance.
David Lowndes
2011-12-11 16:34:00 UTC
Permalink
Post by Me
I am using Visual Studio 6 VC++
How do I continuously monitor a folder for a specific file to show up and
open it?
Have a look at the FindFirstChangeNotification API.

Dave

Loading...