logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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