-

Difference between revisions of "Functions HI-TECH C REMOVE"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 23:09, 31 July 2017

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