- fs_change_directorybool function(in char* path) fs_change_directory; 
- Undocumented in source. 
- fs_close_directorybool function(ALLEGRO_FS_ENTRY* e) fs_close_directory; 
- Undocumented in source. 
- fs_create_entryALLEGRO_FS_ENTRY* function(in char* path) fs_create_entry; 
- Undocumented in source. 
- fs_destroy_entryvoid function(ALLEGRO_FS_ENTRY* e) fs_destroy_entry; 
- Undocumented in source. 
- fs_entry_atimetime_t function(ALLEGRO_FS_ENTRY* e) fs_entry_atime; 
- Undocumented in source. 
- fs_entry_ctimetime_t function(ALLEGRO_FS_ENTRY* e) fs_entry_ctime; 
- Undocumented in source. 
- fs_entry_existsbool function(ALLEGRO_FS_ENTRY* e) fs_entry_exists; 
- Undocumented in source. 
- fs_entry_modeuint function(ALLEGRO_FS_ENTRY* e) fs_entry_mode; 
- Undocumented in source. 
- fs_entry_mtimetime_t function(ALLEGRO_FS_ENTRY* e) fs_entry_mtime; 
- Undocumented in source. 
- fs_entry_nameconst(char)* function(ALLEGRO_FS_ENTRY* e) fs_entry_name; 
- Undocumented in source. 
- fs_entry_sizeoff_t function(ALLEGRO_FS_ENTRY* e) fs_entry_size; 
- Undocumented in source. 
- fs_filename_existsbool function(in char* path) fs_filename_exists; 
- Undocumented in source. 
- fs_get_current_directoryALLEGRO_PATH* function() fs_get_current_directory; 
- Undocumented in source. 
- fs_make_directorybool function(in char* path) fs_make_directory; 
- Undocumented in source. 
- fs_open_directorybool function(ALLEGRO_FS_ENTRY* e) fs_open_directory; 
- Undocumented in source. 
- fs_open_fileALLEGRO_FILE* function(ALLEGRO_FS_ENTRY* e, in char* mode) fs_open_file; 
- Undocumented in source. 
- fs_read_directoryALLEGRO_FS_ENTRY* function(ALLEGRO_FS_ENTRY* e) fs_read_directory; 
- Undocumented in source. 
- fs_remove_entrybool function(ALLEGRO_FS_ENTRY* e) fs_remove_entry; 
- Undocumented in source. 
- fs_remove_filenamebool function(in char* path) fs_remove_filename; 
- Undocumented in source. 
- fs_update_entrybool function(ALLEGRO_FS_ENTRY* e) fs_update_entry; 
- Undocumented in source.