Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 Library:
SysUnlink


NAME

SysUnlink - remove a link to a file

SYNOPSIS

PROCEDURE Unlink(name: ARRAY OF CHAR) : BOOLEAN;

DESCRIPTION

Unlink removes the named link to a file.

DIAGNOSTICS

On failure, FALSE is returned and Errno.errno is set.

SEE ALSO

unlink(2), Files
Edited by: borchert, last change: 1997/02/26, revision: 1.1, converted to HTML: 1997/04/28

Modula-2 || Compiler & Tools || Library || Search Engine