You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is trying to detect file deletions. When a user deletes something via Finder it is actually renamed and added to trash can. It would be nice to compare the inode of the deleted file with the file in the Trash to determine if the file was just renamed or moved to trash.
The text was updated successfully, but these errors were encountered:
Should have done some more research, I see this was addressed in issue 278 and added to version 19 master branch on fsevents. However, I don't see how to make fswatch report the inode for each event...
My use case is trying to detect file deletions. When a user deletes something via Finder it is actually renamed and added to trash can. It would be nice to compare the inode of the deleted file with the file in the Trash to determine if the file was just renamed or moved to trash.
The text was updated successfully, but these errors were encountered: