cp(3) LPC Library Functions cp(3)
NNAAMMEE
cp() - copy a file
SSYYNNOOPPSSIISS
int cp( string src, string dst );
DDEESSCCRRIIPPTTIIOONN
Copies the file <src> to the file <dst>.
RREETTUURRNN VVAALLUUEE
Returns 1 for success, returns a negative value in case of
failure.
SSEEEE AALLSSOO
rm(3), rmdir(3), rename(3), link(3)
MudOS 5 Sep 1994 1