-

Changes

Jump to: navigation, search

Functions HI-TECH C UNLINK

409 bytes added, 00:22, 1 August 2017
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..."
<strong>UNLINK</strong>
==SYNOPSIS==

int unlink(char * name)


==DESCRIPTION==
<strong>Unlink</strong>() will remove (delete) the named file, that is
erase the file from its directory. See <strong>open</strong>() 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

Navigation menu