Provided by: allegro5-doc_5.2.9.1+dfsg-2_all 

NAME
al_change_directory - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro.h> bool al_change_directory(const char *path)
DESCRIPTION
Changes the current working directory to `path'. Returns true on success, false on error.