1al_insert_path_component(3)Library Functions Manualal_insert_path_component(3)
2
3
4
6 al_insert_path_component
7
9 #include <allegro5/allegro.h>
10
11 void al_insert_path_component(ALLEGRO_PATH *path, int i, const char *s)
12
14 Insert a directory component at index i. If the index is negative then
15 count from the right, i.e. –1 refers to the last path component.
16
17 It is an error to pass an index i which is not within these bounds: 0
18 <= i <= al_get_path_num_components(path).
19
21 al_append_path_component(3), al_replace_path_component(3),
22 al_remove_path_component(3)
23
24
25
26Allegro reference manual al_insert_path_component(3)