This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdio.h>
int remove(const char *filename);
remove() deletes the file filename. If the file is open, remove() does not delete it and returns unsuccessfully.
Non-zero, if an error occurred; zero otherwise.