parallel copy directory, faster than robocopy

Jay Norwood jayn at prismnet.com
Tue Feb 14 05:29:11 PST 2012


An  improvement  is to change this first mkdir to mkdirRecurse.

  if (!exists(dest)){
                mkdir (dest); // makes dest root
        }



More information about the Digitalmars-d-announce mailing list