-

Functions HI-TECH C UNLINK

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search

UNLINK

SYNOPSIS

int unlink(char * name)


DESCRIPTION

Unlink() will remove (delete) the named file, that is erase the file from its directory. See open() for a description of the file name construction. Zero will be returned if successful, -1 if the file did not exist or it could not be removed.

SEE ALSO

open, close, rename, remove