FileInfoRec
This structure is used in DOS fns 4eH and 4fH (find file) and
fn 57H (query/set file time/date).
FileInfoRec
Offset Size Contents
▀▀▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
+0 21 reserved used by DOS in subsequent fn 4fH (find next)
+15H 1 bAttr file attribute of file that was found
+16H 2 rTime time created/modified in FileTimeRec format
+18H 2 rDate date created/modified in FileDateRec format
+1aH 4 lSize DWORD file size, in bytes
+1eH 13 szFilespec 13-byte max ASCIIZ▲ filespec: "filename.ext",0
(not blank-padded; e.g., MYFILE.BAT0____)
43 size of a FileInfoRec structure
See Also: File Attribute
File Time/Date Format
Data Structures
-♦-