SYNOPSIS

  • #include <allegro5/allegro.h>
    
    bool al_make_directory(const char *path)
    
    

DESCRIPTION

Creates a new directory on the filesystem. This function also creates any parent directories as needed.

Returns true on success (including if the directory already exists), otherwise returns false on error. Fills in Allegro\[aq]s errno to indicate the error.

RELATED TO al_make_directory…

al_get_errno(3alleg5)