find_t
Contains DOS file information
struct find_t
{
char reserved [21];
char attrib;
unsigned short wr_time;
unsigned short wr_date;
long size;
char name [13];
};