atom / node-pathwatcher

Path Watcher Node Module
http://atom.github.io/node-pathwatcher
MIT License
93 stars 47 forks source link

OSX trigger delete for files moved to the trash #104

Closed acontreras89 closed 8 years ago

acontreras89 commented 8 years ago

delete event is not being fired for files moved to the trash on OSX. Potentially related issues:

anderoonies commented 8 years ago

my thought at first glance is just to do a check for path in detectResurrection against \/\.Trash\/ or similar.