RENAME — Rename a file#
-
RENAME(PATH1, PATH2)#
Renames a file from file
PATH1
toPATH2
. A null character (CHAR(0)
) can be used to mark the end of the names inPATH1
andPATH2
; otherwise, trailing blanks in the file names are ignored. If theSTATUS
argument is supplied, it contains 0 on success or a nonzero error code upon return; seerename(2)
.- Parameters
PATH1 – Shall be of default
CHARACTER
type.PATH2 – Shall be of default
CHARACTER
type.STATUS – (Optional) Shall be of default
INTEGER
type.
- Standard:
GNU extension
- Class:
Subroutine, function
- Syntax:
CALL RENAME(PATH1, PATH2 [, STATUS]) STATUS = RENAME(PATH1, PATH2)
- See also: