1al_ffblk(3) Allegro manual al_ffblk(3)
2
3
4
6 al_ffblk - Cross platform structure storing file information. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 struct al_ffblk
14
16 int attrib; - actual attributes of the file found
17 time_t time; - modification time of file
18 char name[512]; - name of file
19
20 Read the description of al_findfirst for a description on how to
21 obtain/use this structure.
22
23
25 al_findfirst(3), al_ffblk_get_size(3)
26
27
28
29Allegro version 4.2.3 al_ffblk(3)