1al_get_path_drive(3) al_get_path_drive(3)
2
3
4
6 al_get_path_drive - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 const char *al_get_path_drive(const ALLEGRO_PATH *path)
12
14 Return the drive letter on a path, or the empty string if there is
15 none.
16
17 The “drive letter” is only used on Windows, and is usually a string
18 like “c:”, but may be something like “\\Computer Name” in the case of
19 UNC (Uniform Naming Convention) syntax.
20
21
22
23Allegro reference manual al_get_path_drive(3)