NAME - source-solutions/HELP GitHub Wiki
NAME old_name TO new_name
Renames the disk file old_name
into new_name
.
The string expressions old_name
and new_name
are valid FILESPEC
file specifications giving the path on a disk device to the old and new filenames, respectively.
new_name
will be modified into all-uppercase 8.3 format.
-
old_name
ornew_name
have number values: Type mismatch. -
old_name
does not exist: File not found. -
old_name
is open: File already open. -
new_name
exists: File already exists.