You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
When changing the case of a filename on Windows, a
deletedevent is reported before therenamedevent. The same happens for a directory.The
renamedevent is also a bit misleading: it says the file was renamed to itself, with the same case for old and new path.Steps to Reproduce
watcher -v DirDir\FootoDir\fooExpected behavior:
If
Foois a file:If
Foois a directory:Actual behavior:
If
Foois a file:If
Foois a directory:Reproduces how often:
Always
Versions
Master
Additional Information
On windows, the filename is not case-sensitive, so if you do a
staton the old filename (Foo), it will give you the stats for the new filename (foo).