al_create_path

ALLEGRO_PATH *al_create_path(const char *str)
Introduced in 5.0.0

Create a path structure from a string. The last component, if it is followed by a directory separator and is neither "." nor "..", is treated as the last directory name in the path. Otherwise the last component is treated as the filename. The string may be NULL for an empty path.

See also: al_create_path, al_destroy_path

Examples: ex_path, ex_path_test


Most helpful discussions:

Other recent discussions: