Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
delete_file(3) - Linux man page
Name
delete_file - Removes a file from the disk. Allegro game programming library.
Synopsis
#include <allegro.h>
int delete_file(const char *filename);
Description
Removes a file from the disk. You can't delete directories, though.
Return Value
Returns zero on success, non-zero on failure.