NAME - source-solutions/HELP GitHub Wiki

NAME


NAME old_name TO new_name

Renames the disk file old_name into new_name.

Parameters

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.

Notes

new_name will be modified into all-uppercase 8.3 format.

Errors

  • old_name or new_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.
⚠️ **GitHub.com Fallback** ⚠️