watchdog icon indicating copy to clipboard operation
watchdog copied to clipboard

Fileclosed event for PollingObserver as Observer

Open omeruth opened this issue 2 years ago • 1 comments

For network drive mounted via CIFS is there any support for file closed event and how to use that. I see that file created is triggered but not closed.

omeruth avatar Feb 17 '23 20:02 omeruth

This would be very useful for me as well. I see the issue, though: with polling, how do you know when the close happens? You're not getting notified by the kernel, so you'd have to guess based on file modification age.

mmguero avatar Mar 29 '23 22:03 mmguero