Hey, first of all thanks for a great lib! I'm using it with success to watch files.
One thing I noticed is that, if I watch a folder and some files contained in it (I'm not even sure I can add folder paths but it doesn't throw an error and isPathWatched returns true for folders too), then moving the folder's location on disk will not post any notification, not on the folder path nor the files' paths.
Is there a way to make this work without too much hassle? It's weird that even the files inside the moved folder don't trigger a notif.
Thanks!