Varkon MBS Programmers manual
Appends a file to the end of another file.
append_file(file1, file2); string file1; string file2;
file1 | - Name (including optional path) of file to be added to the end of file2 |
file2 | - Name (including optional path) of file to which file1 is appended |
None.
Varkon resumes execution until the operation is completed.
Varkon 1.19D svn # 120M