copying a directory
Gregor Kopp
gregor.kopp at chello.at
Thu May 17 23:31:54 PDT 2007
I think, if you want to do a deep copy (recursive), it's just good to
use existing programs like xcopy on windows, or a linux pendant.
You can call these programs from your d-program.
Only my thoughts
jicman schrieb:
> Greetings.
>
> Is there a command for std.file to copy a directory? I know that I can use
> mkdir and then copy all the files in there, but is there any place a copyDir
> command?
>
> thanks.
More information about the Digitalmars-d-learn
mailing list