1al_get_path_filename(3) al_get_path_filename(3)
2
3
4
6 al_get_path_filename - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 const char *al_get_path_filename(const ALLEGRO_PATH *path)
12
14 Return the filename part of the path, or the empty string if there is
15 none.
16
17 The returned pointer is valid only until the filename part of the path
18 is modified in any way, or until the path is destroyed.
19
21 al_get_path_basename(3), al_get_path_extension(3), al_get_path_compo‐
22 nent(3)
23
24
25
26Allegro reference manual al_get_path_filename(3)