logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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