changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- copy_file - Procedure}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Creates a copy of an existing file, with a new name.
copy_file(file1, file2); string file1; string file2;
file1 | - Name (including optional path) of the original file |
file2 | - Name (including optional path) of the new file |
None.
Varkon resumes execution until the operation is completed.
include(../../include/svnversion.inc) include(../../include/footer.inc)