-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event queue #5
Comments
I think in that case, a file rename gets reported as a DELETE (old filename) and a CREATE (new filename). |
As for file modifications, I am not sure but the tests report fine, so it might be a windows behaviour. |
Do investigate and let me know how you go. |
Will do. Btw: I'm Linux user (and faced the issue with the file modification), so for Windows I'd need to ask my colleague, as well. I will additionally check the rename event again. If I find sth. I will let you know. |
The event queue seems a bit mixed up. In the case of deleting or adding a file, I always get the modify event. regarding to my colleague The file rename event gets the old filename, hence finding the new file gets tricky. If I actually modify a file, I was not notified about it.
I will try to look into this in my spare time, but for now, it would be great if you'd any idea... :-)
Cheers, Daniel
The text was updated successfully, but these errors were encountered: