Description
Copy a file from one location into another location/name.
Syntax
n = FILE_COPY(FileName_Source, FileName_Destination)
Returns
Number.
0 means no errors.
Parameters
Name |
Type |
Optional |
Meaning |
FileName_Source |
String |
No |
Source file name, full path. |
FileName_Destination |
String |
No |
Destination file name, full path. |
Remarks
Restrictions
See also
Examples