Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个 C++ 应用程序,它应该监视文件系统以在一组文件更改时重新索引它们。我目前正在使用 Linux 的 inotify 系统,但希望该应用程序尽可能广泛地移植到其他系统。
您知道至少可以在 Linux 和 Mac OSX 上运行的高级可移植文件系统监控库吗?(并且有 C 或 C++ 绑定?)
有Qt和QFileSystemWatcher
QFileSystemWatcher 类 QFileSystemWatcher 类为监视文件和目录的修改提供了一个接口。更多的...
QFileSystemWatcher 类
QFileSystemWatcher 类为监视文件和目录的修改提供了一个接口。更多的...