Topic complex |
System functions |
Function |
copyfile() |
Short |
Creates the copy of a file |
Syntax |
COPYFILE(from, to : STRING) : INTEGER |
Parameter |
from : path of the source file
to : path of the target file |
Return |
error code
0 = successfully copied |
See also: |
|
Description |
Source files can be:
external files
ramtexts ("ramtext:...")
Target files can be:
external files
ramtexts ("ramtext:...")
standard output ("con")
|