- al_change_directory
bool al_change_directory(char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_close_directory
bool al_close_directory(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_create_fs_entry
ALLEGRO_FS_ENTRY* al_create_fs_entry(char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_destroy_fs_entry
void al_destroy_fs_entry(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_filename_exists
bool al_filename_exists(char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_for_each_fs_entry
int al_for_each_fs_entry(ALLEGRO_FS_ENTRY* dir, int function(ALLEGRO_FS_ENTRY*, void*) callback, void* extra)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_fs_entry_exists
bool al_fs_entry_exists(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_current_directory
char* al_get_current_directory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fs_entry_atime
time_t al_get_fs_entry_atime(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fs_entry_ctime
time_t al_get_fs_entry_ctime(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fs_entry_mode
uint al_get_fs_entry_mode(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fs_entry_mtime
time_t al_get_fs_entry_mtime(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fs_entry_name
const_char* al_get_fs_entry_name(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fs_entry_size
off_t al_get_fs_entry_size(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fs_interface
ALLEGRO_FS_INTERFACE* al_get_fs_interface()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_make_directory
bool al_make_directory(char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_open_directory
bool al_open_directory(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_open_fs_entry
ALLEGRO_FILE* al_open_fs_entry(ALLEGRO_FS_ENTRY* e, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_read_directory
ALLEGRO_FS_ENTRY* al_read_directory(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_remove_filename
bool al_remove_filename(char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_remove_fs_entry
bool al_remove_fs_entry(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_fs_interface
void al_set_fs_interface(ALLEGRO_FS_INTERFACE* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_standard_fs_interface
void al_set_standard_fs_interface()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_update_fs_entry
bool al_update_fs_entry(ALLEGRO_FS_ENTRY* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.