emcrisostomo / fswatch

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.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.04k stars 328 forks source link

Attribute modifications #231

Open gnpan opened 5 years ago

gnpan commented 5 years ago

Is there any way to avoid attribute modifications being monitored? The Updated event flag seems to include them, which is not really necessary since an AttributeModified flag is available.

emcrisostomo commented 3 years ago

you can't filter out specific event types, but you can specify what event types you are interested in. It's not as convenient as as an exclusion filter, but it's as close as you can get with the current implementation.