1al_set_path_filename(3) al_set_path_filename(3)
23
4
NAME
6al_set_path_filename - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_path_filename(ALLEGRO_PATH *path, const char *filename)
12
DESCRIPTION
14Set the optional filename part of the path. The filename may be NULL,
15which is equivalent to setting the filename to the empty string.
16
SEE ALSO
18al_set_path_extension(3), al_get_path_filename(3)
1920
21
22
Allegro reference manual al_set_path_filename(3)