Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

delete_file - Removes a file from the disk. Allegro game programming library.

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);

See Also