UNLINK(3F) COMMAND REFERENCE UNLINK(3F)
NAME
unlink - remove a directory entry
SYNOPSIS
integer function unlink (dirname)
character*(*) dirname
DESCRIPTION
Unlink causes the directory entry specified by pathname
dirname to be removed. If this was the last link to the
file, the contents of the file are lost. The returned value
will be 0 if successful; it is a system error code
otherwise.
FILES
/usr/lib/libU77.a f77 UTek system interface library.
RETURN VALUE
The value returned by unlink will be 0 if successful; it is
a system error code otherwise.
CAVEATS
Pathnames can be no longer than MAXPATHLEN as defined in
/usr/include/max.h .
SEE ALSO
unlink(2), link(3f), filsys(5), perror(3f).
Printed 10/17/86 1
%%index%%
na:72,69;
sy:141,424;
de:565,390;
fi:955,146;
rv:1101,217;
ca:1318,167;
se:1485,181;
%%index%%000000000118