Monitoring a directory for changes in OSX without

2019-08-26 01:00发布

问题:

Is there an alternative to fsevent or some kind of wrapper for it?

I'm trying to monitor a specific folder for changes to files with a certain extension.

回答1:

There is UKKQueue, which is a nice wrapper for kernel queue event monitoring - the alternative mentioned in the documentation.