If i am watching for example /some_dir
and i move
/some_dir/test.txt - > /some_dir/subdir/test.txt
instead of rename i get a
remove -> /some_dir/test.txt
modify -> /some_dir/subdir
create -> /some_dir/subdir/test.txt
This is inconsistent with for example how it works on linux with inotify backend where it correctly detects that as a rename.
If i am watching for example /some_dir
and i move
/some_dir/test.txt - > /some_dir/subdir/test.txt
instead of rename i get a
remove -> /some_dir/test.txt
modify -> /some_dir/subdir
create -> /some_dir/subdir/test.txt
This is inconsistent with for example how it works on linux with inotify backend where it correctly detects that as a rename.