parallel copy directory, faster than robocopy

deadalnix deadalnix at gmail.com
Tue Feb 14 10:32:40 PST 2012


Le 14/02/2012 14:29, Jay Norwood a écrit :
> An  improvement  is to change this first mkdir to mkdirRecurse.
>
>    if (!exists(dest)){
>                  mkdir (dest); // makes dest root
>          }
>

If I could suggest something, it would be great to see this added to 
std.file . As well as the multithreaded remove we talked about recently 
in another thread.


More information about the Digitalmars-d-announce mailing list