delete_file - Removes a file from the disk. Allegro game programming library.
Contents
Description
Removes a file from the disk. You can't delete directories, though.
Name
delete_file - Removes a file from the disk. Allegro game programming library.
Return Value
Returns zero on success, non-zero on failure.
Allegro version 4.4.3 delete_file(3alleg4)
Synopsis
#include<allegro.h>intdelete_file(constchar*filename);
