fswatch icon indicating copy to clipboard operation
fswatch copied to clipboard

Attribute modifications

Open gnpan opened this issue 5 years ago • 1 comments

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.

gnpan avatar Jul 15 '19 14:07 gnpan

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.

emcrisostomo avatar Jun 10 '21 08:06 emcrisostomo