1al_change_directory(3) al_change_directory(3)
23
4
NAME
6al_change_directory - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_change_directory(const char *path)
12
DESCRIPTION
14Changes the current working directory to `path'.
1516
Returns true on success, false on error.
1718
19
20
Allegro reference manual al_change_directory(3)