Supercopier+5+unity+top
void CreateCopies()
SuperCopier was originally developed to replace the slow, error-prone Windows copy dialog. At its core, it offered:
// Construct the command. This may vary based on Supercopier's CLI options. string command = $"supercopier \"source\" \"destination\"";
Windows cancels everything if one file fails. SuperCopier doesn't. The "Super Queue" feature logs every error (invalid characters, locked files, permission issues) and them without crashing the job. You fix the "Top 3" errors at the end, not the whole transfer.
for (int i=0; i<activeCopies.Count; i++)
: