Coping files and folders

Joel joelcnz at gmail.com
Wed Jan 23 22:28:13 PST 2013


How does one copy folders (with files in them) including sub 
folders, and creating any needed folders?

Like:
land\house\cat.d
land\house\rat.exe
land\house\bedroom\ants.txt

to
root\island\house\cat.d
root\island\house\rat.exe
root\island\house\bedroom\ants.txt

One work around is to use 'system' (under std.process).

-joelcnz


More information about the Digitalmars-d-learn mailing list