dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
245 stars 73 forks source link

Support MOVED_FROM and MOVED_TO in BaseTree #34

Closed davidparsson closed 6 years ago

davidparsson commented 7 years ago

This will allow watched directories to keep being watched after they've been renamed.

Replaces #20 and fixes #19.

davidparsson commented 6 years ago

Thanks!