bas7qck.hlp (Table of Contents; Topic list)
NAME Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
NAME oldfilespec$ AS newfilespec$
 
    ■ oldfilespec$    A string expression naming an existing file.
    ■ newfilespec$    A string expression naming a file that does not
                      yet exist.
 
    ■ You can include a path in filespec.
    ■ If the path in oldfilespec$ is different from the path in
      newfilespec$, the NAME statement moves the file and renames it.