logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_change_directory - Allegro 5 API

Description

       Changes the current working directory to `path'.

       Returns true on success, false on error.

Allegro reference manual                                                            al_change_directory(3alleg5)

Name

       al_change_directory - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              bool al_change_directory(const char *path)

See Also