rmyorston / busybox-w32

WIN32 native port of BusyBox.
https://frippery.org/busybox
Other
696 stars 126 forks source link

IFileOperation or SHFileOperation for file operations #464

Closed doctorpangloss closed 1 month ago

doctorpangloss commented 1 month ago

Using the Windows native file copy, delete and move operations are a lot faster, especially for copying. Not sure if they can be adapted into something that makes sense for Unix behavior.

rmyorston commented 1 month ago

These file operations seem to be intended for use with GUI applications.

The wisdom of Stack Overflow is that they probably shouldn't be used outside the context of the Shell.

doctorpangloss commented 1 month ago

sounds good, perhaps the best thing to do is always use robocopy or xcopy if performance is a concern