Removes a file from the disk. allegro game programming library.
#include <allegro.h>
int delete_file(const char *filename);
Removes a file from the disk. You can't delete directories, though.
Returns zero on success, non-zero on failure.