GIVES TO THE FILE F1 THE NEW NAME F2
ACTION
The command FILE_RENAME F1,F2 renames the file F1 in F2. F1 and F2 are absolute or relative names of file.
The absolute name is the entire name, related to the root of the file system.
The relative name is the name of the file related to the current directory (ex: "file.txt" or "/file.txt" or "\file.txt").
SYNTAX:
FILE_RENAME F1,F2
USE ERROR EXAMPLE
rem rename the file "test.txt" into "test2.txt"
file_rename "test.txt","test2.txt"
FILE_RENAME
FILE_RENAME F1,F2
SEE ALSO
FILE_DELETE
FILE_EXISTS()