jakdept / dir

Provides a Go package to return folder structure under a given point recursively, watching for updates.
MIT License
1 stars 0 forks source link

removal not properly tracked #1

Closed jakdept closed 7 years ago

jakdept commented 7 years ago

because existence of the destination is checked with each notify event, directory removal will never be tracked.

if an event is a create, and it does not exist it should be discarded, otherwise it has to be evaluated still.