al_ffblk - Man Page

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

Synopsis

#include <allegro.h>

struct al_ffblk

Description

   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.

See Also

al_findfirst(3), al_ffblk_get_size(3)

Referenced By

al_ffblk_get_size(3).

version 4.4.3 Allegro manual