◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <dos.h> Structure: struct find_t { // File information return structure char reserved [21]; // Reserved for use by DOS char attrib; // Attribute byte for matched path unsigned wr_time; // Time of last write to file unsigned wr_date; // Date of last write to file long size; // Length of file in bytes char name [13]; // Null-terminated name of matched // file/directory, without the path };