changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- move_file - Procedure}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)

move_file - Procedure

Description

Moves an existing file to another directory and/or changes its name. If a file with the same name already exists it is overwritten.

Syntax

  move_file(file1, file2);

  string file1;
  string file2;

Principal parameters

file1 - Name (including optional path) of the old file
file2 - New name (and optional path)

Optional parameters

None.

Comments

Varkon resumes execution until the operation is completed.

include(../../include/svnversion.inc) include(../../include/footer.inc)