-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Watch the *directory* for file deletions instead of the file itself.
inotify works on the inode, not the path. Deleting the file doesn't touch the inode, so doesn't generate an event on the file. Fixes #57
- Loading branch information
1 parent
760f3e6
commit e681532
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters