-
Notifications
You must be signed in to change notification settings - Fork 261
fix: consider readonly files when deleting directories #863
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
…ng to delete directory recursively
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @VictorLlanir, I have a small question/suggestion, let me know what you think.
You're right, @fgreinacher. I'm going to fix this and update this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looking great now!
This is addressed in release v17.0.23. |
Closes #849 by implementing directory validation for ReadOnly files when trying to delete directory recursively
On the RemoveFile method, there was no validation to check if there is a ReadOnly file inside the directory berfore trying to remove. This PR implements this validation.