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


syst3m3rr0r
July 10th, 2007, 04:30 PM
Hi, I was wondering if anyone knew of any good examples or tutorials that show how to use ReadDirectoryChangesW. I have been searching the web for a couple of hours now on this subject and I haven't come up with anything of use. I tried find the FWatch sample on MSDN but I don't think my copy of Visual C++ came with code samples. All I am trying to do with ReadDirectoryChangesW is monitor one folder for when files are added to it. Thanks, any help is greatly appreciated!

-Syst3m3rr0r

S_M_A
July 10th, 2007, 06:55 PM
Check out http://msdn2.microsoft.com/en-us/library/aa365465.aspx
Scroll down to end, example project can be found at codeproject

syst3m3rr0r
July 11th, 2007, 08:58 AM
Thanks for your help!