copyFileTo

Copy a file to some destination. If the destination exists and is a file, it is overwritten. If it is an existing directory, the actual destination will be ($D dest ~ src.name). Behaves like std.file.copy except that dest does not have to be a file.

void
copyFileTo
(,)

Examples

See Also

copyTo(in Path, in Path)

Meta