ALLEGRO_FS_INTERFACE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

fs_change_directory
bool function(in char* path) fs_change_directory;
Undocumented in source.
fs_close_directory
bool function(ALLEGRO_FS_ENTRY* e) fs_close_directory;
Undocumented in source.
fs_create_entry
ALLEGRO_FS_ENTRY* function(in char* path) fs_create_entry;
Undocumented in source.
fs_destroy_entry
void function(ALLEGRO_FS_ENTRY* e) fs_destroy_entry;
Undocumented in source.
fs_entry_atime
time_t function(ALLEGRO_FS_ENTRY* e) fs_entry_atime;
Undocumented in source.
fs_entry_ctime
time_t function(ALLEGRO_FS_ENTRY* e) fs_entry_ctime;
Undocumented in source.
fs_entry_exists
bool function(ALLEGRO_FS_ENTRY* e) fs_entry_exists;
Undocumented in source.
fs_entry_mode
uint function(ALLEGRO_FS_ENTRY* e) fs_entry_mode;
Undocumented in source.
fs_entry_mtime
time_t function(ALLEGRO_FS_ENTRY* e) fs_entry_mtime;
Undocumented in source.
fs_entry_name
const(char)* function(ALLEGRO_FS_ENTRY* e) fs_entry_name;
Undocumented in source.
fs_entry_size
off_t function(ALLEGRO_FS_ENTRY* e) fs_entry_size;
Undocumented in source.
fs_filename_exists
bool function(in char* path) fs_filename_exists;
Undocumented in source.
fs_get_current_directory
ALLEGRO_PATH* function() fs_get_current_directory;
Undocumented in source.
fs_make_directory
bool function(in char* path) fs_make_directory;
Undocumented in source.
fs_open_directory
bool function(ALLEGRO_FS_ENTRY* e) fs_open_directory;
Undocumented in source.
fs_open_file
ALLEGRO_FILE* function(ALLEGRO_FS_ENTRY* e, in char* mode) fs_open_file;
Undocumented in source.
fs_read_directory
ALLEGRO_FS_ENTRY* function(ALLEGRO_FS_ENTRY* e) fs_read_directory;
Undocumented in source.
fs_remove_entry
bool function(ALLEGRO_FS_ENTRY* e) fs_remove_entry;
Undocumented in source.
fs_remove_filename
bool function(in char* path) fs_remove_filename;
Undocumented in source.
fs_update_entry
bool function(ALLEGRO_FS_ENTRY* e) fs_update_entry;
Undocumented in source.

Meta