GNU Info

Info Node: (g77-295.info)Rename Intrinsic (function)

(g77-295.info)Rename Intrinsic (function)


Next: Secnds Intrinsic Prev: QTanH Intrinsic Up: Other Intrinsics
Enter node , (file) or (file)node

Rename Intrinsic (function)
...........................

     Rename(PATH1, PATH2)

Rename: `INTEGER(KIND=1)' function.

PATH1: `CHARACTER'; scalar; INTENT(IN).

PATH2: `CHARACTER'; scalar; INTENT(IN).

Intrinsic groups: `badu77'.

Description:

   Renames the file PATH1 to PATH2.  A null character (`CHAR(0)') marks
the end of the names in PATH1 and PATH2--otherwise, trailing blanks in
PATH1 and PATH2 are ignored.  See `rename(2)'.  Returns 0 on success or
a non-zero error code.

   Due to the side effects performed by this intrinsic, the function
form is not recommended.

   For information on other intrinsics with the same name: Note: Rename
Intrinsic (subroutine).


automatically generated by info2www version 1.2.2.9