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

al_remove_fs_entry - Allegro 5 API

Description

       Delete this filesystem entry from the filesystem.  Only files and empty directories may be deleted.

       Returns true on success, and false on failure, error is indicated in Allegro’s errno.

Name

       al_remove_fs_entry - Allegro 5 API

See Also

al_filename_exists(3alleg5)

Allegro reference manual                                                             al_remove_fs_entry(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              bool al_remove_fs_entry(ALLEGRO_FS_ENTRY *e)

See Also