UTIL_RENAME
Rename a file
Invocation
CALL UTIL_RENAME( INFIL, OUTFIL, STATUS )
Description
Provides a Fortran interface to rename files. The file with the
name specified by the first argument is renamed to the second
name.
Arguments
-
INFIL = CHARACTER*(*) (given)
The name of the file to rename
-
OUTFIL = CHARACTER*(*) (given)
The new name of the file
-
STATUS = INTEGER (given and returned)
The global status.
References