changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- append_file - Procedure}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
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.
include(../../include/svnversion.inc) include(../../include/footer.inc)