Feature or enhancement
Proposal:
The Windows-only IFileOperation API allows us to copy, move and delete files and directories using the same code as explorer.exe. We could use this to provide pathlib.Path.copy(), move() and _delete() - it should be much faster, and in the case of _delete() it would work around #84324
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Feature or enhancement
Proposal:
The Windows-only
IFileOperationAPI allows us to copy, move and delete files and directories using the same code as explorer.exe. We could use this to providepathlib.Path.copy(),move()and_delete()- it should be much faster, and in the case of_delete()it would work around #84324Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response