al_open_directory
bool al_open_directory(ALLEGRO_FS_ENTRY *e)
Introduced in 5.0.0
Opens a directory entry object. You must call this before using al_read_directory on an entry and you must call al_close_directory when you no longer need it.
Returns true on success.
See also: al_read_directory, al_close_directory
Most helpful discussions:
- How to get all files in a directory with A5 (1)
- [A5] Finding all files in a directory (1)
- [A5] al_read_directory() (1)
- Check if entry is a folder
- open directories with special characters
- Video playback issues
- [A5] al_read_directory() odd behavior
- Crash in iOS simulator iOS 8 when rotating screen left
- [A5] for_each_file - missing
- al_create_fs_entry not working second time after calling destructor
Other recent discussions: