-
Notifications
You must be signed in to change notification settings - Fork 200
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
If register the UpdateProgress event of ShellFileOperations, the operation will be invalid #146
Comments
dahall
added a commit
that referenced
this issue
Jul 12, 2020
This is the correct way. There was a bug which is now fixed that threw an exception thus causing the operation to not complete. |
When will a new version with this fix be released? Looking forward to your release. |
In the next 2-3 days. |
I have just released v3.2.12 with this fix |
Got it, now it work well, Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If there is no following line, the operation is performed normally
If I register for the UpdateProgress event, the copy operation will be invalid. It means that no files are copied.
By the way, I want to know whether it is correct way to get the copy progress?
What code is involved
Expected behavior
Copy files and report progress
The text was updated successfully, but these errors were encountered: