guard / rb-inotify

A thorough inotify wrapper for Ruby using FFI.
MIT License
312 stars 64 forks source link

Event not fired on Deletion of file from GUI #45

Closed puneet24 closed 5 years ago

puneet24 commented 9 years ago

I have applied watch on particular file for all the events. It notifies me all events except when file is deleted from GUI. When file is deleted from GUI no event is fired. When I removed file from CLI it gave me [:attrib] event.

ioquatix commented 5 years ago

Can you please create a new issue if this problem still exists.