-

Functions HI-TECH C REMOVE

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 23:09, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>REMOVE</strong> ==SYNOPSIS== #include <stdio.h> int remove(char * s) ==DESCRIPTION== <strong>Remove</strong>() will attempt to remove the file named by the a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

REMOVE

SYNOPSIS

#include  <stdio.h>

int remove(char * s)


DESCRIPTION

Remove() will attempt to remove the file named by the argument s from the directory. A return value of -1 indicates that the attempt failed.

SEE ALSO

unlink