GNU Info

Info Node: (g77-295.info)Unlink Intrinsic (subroutine)

(g77-295.info)Unlink Intrinsic (subroutine)


Next: Unpack Intrinsic Prev: UMask Intrinsic (subroutine) Up: Table of Intrinsic Functions
Enter node , (file) or (file)node

Unlink Intrinsic (subroutine)
.............................

     CALL Unlink(FILE, STATUS)

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

STATUS: `INTEGER(KIND=1)'; OPTIONAL; scalar; INTENT(OUT).

Intrinsic groups: `unix'.

Description:

   Unlink the file FILE.  A null character (`CHAR(0)') marks the end of
the name in FILE--otherwise, trailing blanks in FILE are ignored.  If
the STATUS argument is supplied, it contains 0 on success or a non-zero
error code upon return.  See `unlink(2)'.

   Some non-GNU implementations of Fortran provide this intrinsic as
only a function, not as a subroutine, or do not support the (optional)
STATUS argument.

   For information on other intrinsics with the same name: Note: Unlink
Intrinsic (function).


automatically generated by info2www version 1.2.2.9