Method cp()
- Method
cp
int
cp(string
from
,string
to
)- Description
Copies the file
from
to 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.