Hello,
is there any way to watch for changes in an open file on Windows XP using API or MFC? What I mean is this. I open file called readme.txt for reading. Then, another app rewrites it. Now, I want my application to be instantly notified using message or event or that like that the file was changed. I tried the FindFirstChangeNotificatio
n etc. APIs, but that's unnecessarily complex. I need to check just for one file and be notified instantly. Also, I would prefer the notification to be queued so that if two changes occur in a fast sequence, I don't miss one.
Thanks in advance
Start Free Trial