platform library for file system events?

I'm working on a cross-platform file management application that monitors various local and network file systems on Linux, Windows and Mac OS X. We've begun work on our own library to wrap the OS file system events such as inotify and the equivalent on Windows, but I'm asking myself if there isn't already a readymade solution available.

Ideally we would like to capture file system events on all three platforms and it would be nice if there were a simple strategy pattern technique to inject your own monitoring strategies.


Qt might have something you're looking for:

http://doc.qt.io/qt-4.8/qfilesystemwatcher.html

链接地址: http://www.djcxy.com/p/54552.html

上一篇: .NET Core中的平台文件名称处理

下一篇: 文件系统事件的平台库?