I need a .Net\'s FileSystemWatcher analog in raw C++/WinAPI. I almost started to code one myself using FindFirstChangeNotification/FindNextChangeNotification, but then it oc
This is a cross platform solution, but does the job wrapping the Win32 stuff nicely: https://code.google.com/p/simplefilewatcher/