al_destroy_fs_entry
void al_destroy_fs_entry(ALLEGRO_FS_ENTRY *fh)
Introduced in 5.0.0
Destroys a fs entry handle. The file or directory represented by it is not destroyed. If the entry was opened, it is closed before being destroyed.
Does nothing if passed NULL.
Most helpful discussions:
- [A5] al_read_directory() odd behavior
- Crash in iOS simulator iOS 8 when rotating screen left
- Native file dialog patch
- [A5] for_each_file - missing
- al_create_fs_entry not working second time after calling destructor
- al_get_path_tail changes in 5.1.5?
- al_read_directory crash on 64bit Windows 8
- A5: Allegro File System error
- Can't load TTF addon in separate class file
- How to get all files in a directory with A5