table of contents
other versions
- Tumbleweed 5.2.10.1-1.3
- Leap-15.6
al_change_directory(3) | al_change_directory(3) |
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.
Allegro reference manual |