Use Windows IFileOperation to implement copying/moving/deleting in pathlib
#131262
Labels
OS-windows
performance
Performance or resource usage
topic-pathlib
type-feature
A feature request or enhancement
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
The text was updated successfully, but these errors were encountered: