The DOCUMENT Procedure

RENAME TO Statement

Renames an entry.

Syntax

RENAME path-1 TO path-2;

Required Arguments

path-1
specifies the current directory or output object.
Tip:You can use the symbol '^' to represent the current directory and the symbol '^^' to represent the parent directory.
path-2
specifies the new name of the directory or output object.
Tip:You can use the symbol '^' to represent the current directory and the symbol '^^' to represent the parent directory.