-

Functions HI-TECH C REMOVE

From HI-TECH C for CP/M Fan WIKI(EN)
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