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

Send AttributeModified on touch when using the FSevents monitor #272

Closed c960657 closed 3 years ago

c960657 commented 3 years ago

As proposed in https://github.com/emcrisostomo/fswatch/issues/243#issuecomment-642493362, send AttributeModified in response to kFSEventStreamEventFlagItemInodeMetaMod.

emcrisostomo commented 3 years ago

Thanks @c960657, it makes sense.