-

Functions HI-TECH C UNLINK

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 00:22, 1 August 2017 by Kumokosi (talk | contribs) (Created page with "<strong>UNLINK</strong> ==SYNOPSIS== int unlink(char * name) ==DESCRIPTION== <strong>Unlink</strong>() will remove (delete) the named file, that is erase the file fro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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