1al_ffblk(3)                     Allegro manual                     al_ffblk(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       struct al_ffblk
14

DESCRIPTION

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

SEE ALSO

25       al_findfirst(3), al_ffblk_get_size(3)
26
27
28
29Allegro                          version 4.4.3                     al_ffblk(3)
Impressum