A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
As you may know QtFileSystemWatcher is weak and I need fswatch features in my cross platform app,
Would you please show me how to go through using fswatch in QT C++ code?
I guess you'd like to use libfswatch. Have you checked out the libfswatchdocumentation? If you're a C++ programmer you'll find your way through the libfswatch PDF manual.
As you may know QtFileSystemWatcher is weak and I need fswatch features in my cross platform app, Would you please show me how to go through using fswatch in QT C++ code?