1al_create_fs_entry(3) al_create_fs_entry(3)
23
4
NAME
6al_create_fs_entry - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_FS_ENTRY *al_create_fs_entry(const char *path)
12
DESCRIPTION
14Creates an ALLEGRO_FS_ENTRY(3) object pointing to path on the filesysâ
15tem. `path' can be a file or a directory and must not be NULL.
1617
18
19
Allegro reference manual al_create_fs_entry(3)