Previous Page | Next Page

The DOCUMENT Procedure

RENAME TO Statement


Assigns a different name to a file location or output object.
RENAME path-1 TO path-2;


Required Arguments

path-1

specifies the current file location or output object.

Tip: You can use the symbol '^' to represent the current path and the symbol '^^' to represent the parent path.
path-2

specifies the new name of the file location or output object.

Tip: You can use the symbol '^' to represent the current path and the symbol '^^' to represent the parent path.

Previous Page | Next Page | Top of Page