Varkon MBS Programmers manual
Moves an existing file to another directory and/or changes its name. If a file with the same name already exists it is overwritten.
move_file(file1, file2); string file1; string file2;
file1 | - Name (including optional path) of the old file |
file2 | - New name (and optional path) |
None.
Varkon resumes execution until the operation is completed.
Varkon 1.19D svn # 120M