1al_get_path_num_components(3) al_get_path_num_components(3)
23
4
NAME
6al_get_path_num_components - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_get_path_num_components(const ALLEGRO_PATH *path)
12
DESCRIPTION
14Return the number of directory components in a path.
1516
The directory components do not include the final part of a path (the
17filename).
18
SEE ALSO
20al_get_path_component(3)
2122
23
24
Allegro reference manual al_get_path_num_components(3)