-
Couldn't load subscription status.
- Fork 266
fix: move a read-only file #1239
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
Conversation
Test Results 31 files ±0 31 suites ±0 14s ⏱️ -1s Results for commit 99616be. ± Comparison against base commit 111b3ab. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both. |
|
|
This is addressed in release v22.0.11. |



Fixes the bug reported in #1207 (which was introduced in #870) that it is not possible to move a read-only file: The
AddFileandRemoveFilenow have an optional parameterverifyAccesswhich if set tofalsewill omit the access check, thus not throwing theUnauthorizedAccessException.