Search Results

1
vote

OS-independent API to monitor file system?

And on OS X it's called fsevents. It's an OS-level API, so it's easiest to access from C or C++. It should be accessibl …