|
|
|
|
|
by jupp0r
821 days ago
|
|
Have you ever needed to perform a reliable recursive directory copy between two drives on Windows? I have and it turned out to be a comically complicated task. Robocopy helps but als has its edge cases you need to handle. Also long path names become problematic (MAX_PATH etc). |
|
Linux can have issues here too though, depending on the file manager being used. Some file managers there still have weirdly bad copy/move handling.