| |||
| Home > The C and C++ Libraries > Tailoring other C library functions > remove() | |||
This is the standard C library remove() function
from stdio.h.
remove() causes the file whose name is
the string pointed to by to
be removed. Subsequent attempts to open the file result in failure,
unless it is created again. If the file is open, the behavior of
the remove function is implementation-defined.filename