- al_append_path_component
void al_append_path_component(ALLEGRO_PATH* path, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_clone_path
ALLEGRO_PATH* al_clone_path(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_create_path
ALLEGRO_PATH* al_create_path(char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_create_path_for_directory
ALLEGRO_PATH* al_create_path_for_directory(char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_destroy_path
void al_destroy_path(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_drop_path_tail
void al_drop_path_tail(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_path_basename
const_char* al_get_path_basename(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_path_component
const_char* al_get_path_component(ALLEGRO_PATH* path, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_path_drive
const_char* al_get_path_drive(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_path_extension
const_char* al_get_path_extension(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_path_filename
const_char* al_get_path_filename(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_path_num_components
int al_get_path_num_components(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_path_tail
const_char* al_get_path_tail(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_insert_path_component
void al_insert_path_component(ALLEGRO_PATH* path, int i, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_join_paths
bool al_join_paths(ALLEGRO_PATH* path, ALLEGRO_PATH* tail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_make_path_canonical
bool al_make_path_canonical(ALLEGRO_PATH* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_path_cstr
const_char* al_path_cstr(ALLEGRO_PATH* path, char delim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_rebase_path
bool al_rebase_path(ALLEGRO_PATH* head, ALLEGRO_PATH* tail)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_remove_path_component
void al_remove_path_component(ALLEGRO_PATH* path, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_replace_path_component
void al_replace_path_component(ALLEGRO_PATH* path, int i, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_path_drive
void al_set_path_drive(ALLEGRO_PATH* path, char* drive)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_path_extension
bool al_set_path_extension(ALLEGRO_PATH* path, char* extension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_path_filename
void al_set_path_filename(ALLEGRO_PATH* path, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.