-
Notifications
You must be signed in to change notification settings - Fork 466
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
[WFCORE-6559] Allow Remove-Item command to delete directories with lo… #5721
Conversation
@yersan What about UNC? From https://learn.microsoft.com/en-ca/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
|
Hi @bstansberry It could be a possibility and if so, we can include it here. The If the PathManager is able to return such a kind of path, then we could include the UNC here. I am going to verify this possibility first. |
It is possible to use UNC paths for configuring the temp dir, so we should allow deleting UNC paths as well. Moved to draft |
This comment was marked as outdated.
This comment was marked as outdated.
@jamezp just mentioning you as a reviewer as I think you said you could look at this one, other reviews still welcome. |
Maybe @spyrkob ? I did manual tests here and it worked on my end, so it is a matter of putting other eyes on it in case we are missing something. |
@yersan what about |
Hi @spyrkob , thanks for the review. It is unlikely this case could occur just with the |
@spyrkob I took into account your point, could you review it again? |
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 @yersan, looks good as far as I can tell
MR LGTM, see more details on jira issue |
Thanks to all for collaborating on the review! |
…ng paths
Jira issue: https://issues.redhat.com/browse/WFCORE-6559