.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_create_fs_entry" "3" "" "Allegro reference manual" "" .SH NAME al_create_fs_entry \- Allegro 5 API .SH SYNOPSIS .IP .EX #include ALLEGRO_FS_ENTRY *al_create_fs_entry(const char *path) .EE .SH DESCRIPTION Creates an ALLEGRO_FS_ENTRY(3) object pointing to path on the filesystem. `path' can be a file or a directory and must not be NULL.