1UNLINK(3F)                                                          UNLINK(3F)
2
3
4

NAME

6       unlink - remove a directory entry
7

SYNOPSIS

9       integer function unlink (name)
10       character*(*) name
11

DESCRIPTION

13       Unlink  causes  the  directory  entry  specified by pathname name to be
14       removed.  If this was the last link to the file, the  contents  of  the
15       file are lost.  The returned value will be zero if successful; a system
16       error code otherwise.
17

FILES

19       /usr/lib/libU77.a
20

SEE ALSO

22       unlink(2), link(3F), filsys(5), perror(3F)
23

BUGS

25       Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>.
26
27
28
294.2 Berkeley Distribution        May 15, 1985                       UNLINK(3F)
Impressum