.\"copy a file

.DT
cp
Discworld driver help
cp

Name
.SI 5
cp() - copy a file

.EI
Synopsis
.SI 5
void cp(string src, string dst);

.EI
Description
.SP 5 5
Copies the file <src> to the file <dst>.

.EP
See also
.SI 5
rm(3), rmdir(3), ls(3), cat(3), rename(3).
.EI
