Does anyone have a FileSystemWatcher-like class in C++/WinAPI?

前端 未结 4 1701
一个人的身影
一个人的身影 2020-12-09 05:52

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

4条回答
  •  时光取名叫无心
    2020-12-09 06:05

    This is a cross platform solution, but does the job wrapping the Win32 stuff nicely: https://code.google.com/p/simplefilewatcher/

提交回复
热议问题