.\" Generated by the Allegro makedoc utility .TH delete_file 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME delete_file \- Removes a file from the disk. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int delete_file(const char *filename); .SH DESCRIPTION Removes a file from the disk. You can't delete directories, though. .SH "RETURN VALUE" Returns zero on success, non-zero on failure.