Method cp()
- Method
cp
intcp(stringfrom,stringto)- Description
Copies the file
fromto the new positionto. This is an alias for Stdio.cp.
int cp(string from, string to)
Copies the file from to the new position to. This is an
alias for Stdio.cp.