al_remove_fs_entry - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

bool al_remove_fs_entry(ALLEGRO_FS_ENTRY *e)

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.

See Also

al_filename_exists(3)

Referenced By

al_remove_filename(3).

Allegro reference manual