...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxCopyFile (sourceFile : STRING;
targetFile : STRING)
status : INTEGER;
|
The xpxCopyFile function copies the specified file sourceFile to a new file specified by the argument targetFile.
Arguments
...
Type | Name | Comment |
STRING | sourceFile | Source file path |
STRING | targetFile | Target file path |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|