Query: delete_file
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
delete_file(3alleg4) Allegro manual delete_file(3alleg4)NAMEdelete_file - Removes a file from the disk. Allegro game programming library.SYNOPSIS#include <allegro.h> int delete_file(const char *filename);DESCRIPTIONRemoves a file from the disk. You can't delete directories, though.RETURN VALUEReturns zero on success, non-zero on failure. Allegro version 4.4.2 delete_file(3alleg4)