GNU Info

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

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


Next: QAbs Intrinsic Prev: Kill Intrinsic (function) Up: Other Intrinsics
Enter node , (file) or (file)node

Link Intrinsic (function)
.........................

     Link(PATH1, PATH2)

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

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

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

Intrinsic groups: `badu77'.

Description:

   Makes a (hard) link from 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.  Returns 0 on success
or a non-zero error code.  See `link(2)'.

   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: Link
Intrinsic (subroutine).


automatically generated by info2www version 1.2.2.9