Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Handle split rename events on Windows #84

Closed
smashwilson opened this issue Nov 12, 2017 · 0 comments
Closed

Handle split rename events on Windows #84

smashwilson opened this issue Nov 12, 2017 · 0 comments
Labels

Comments

@smashwilson
Copy link
Contributor

If the FILE_ACTION_RENAMED_OLD_NAME and FILE_ACTION_RENAMED_NEW_NAME events are delivered to the event callback in separate batches on Windows, the rename won't be correlated correctly, even though we should be able to. It looks like this is happening about half of the time:

renamed total: 912
 - exact: 435 (47.69%)
 - unknown: 0 (0%)
 - split exact: 0 (0%)
 - split half unknown: 477 (52.3%)
 - split full unknown: 0 (0%)
 - unexpected: 0 (0%)
 - missed: 0 (0%)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant