allegro5.path

Undocumented in source.

Members

Functions

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.

Structs

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

Variables

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

Meta