* [D] [Issue #16674] When renaming a file, if the target of a rename is another folder, then issue delete / create
notifications, not rename old / rename new.
Public
Alex
Confirmed. We are reporting a move as a rename because there is no distinction between a move and a rename in the kernel.
But it appears that the correct behavior is to report a rename only if it's a move into the same directory and report delete / create if it's a rename into a different directory.