al_create_fs_entry - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

ALLEGRO_FS_ENTRY *al_create_fs_entry(const char *path)

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.

Referenced By

al_set_physfs_file_interface(3).

Allegro reference manual