DOKK / manpages / debian 10 / allegro4-doc / al_ffblk.3alleg4.en
al_ffblk(3alleg4) Allegro manual al_ffblk(3alleg4)

al_ffblk - Cross platform structure storing file information. Allegro game programming library.

#include <allegro.h>

struct al_ffblk


int attrib; - actual attributes of the file found
time_t time; - modification time of file
char name[512]; - name of file

Read the description of al_findfirst for a description on how to obtain/use this structure.

al_findfirst(3alleg4), al_ffblk_get_size(3alleg4)

version 4.4.2 Allegro