Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

struc FileInfo
 fiReserved     db 21 dup (?)   ; Reserved (used by FindNext)
 fiAttribute    db ?            ; Attributes of file/directory found
 fiFileTime     dw ?            ; Time modified
 fiFileDate     dw ?            ; Date modified
 fiSize         dd ?            ; File size in bytes
 fiFileName     db 13 dup (?)   ; ASCIIZ filename and extension
ends                            ; = 43d bytes

record fiTimeRec hour:5, min:6,   sec:5  ; Seconds = sec*2
record fiDateRec year:7, month:4, day:5  ; Year is 1980-relative

See Also: 4Eh 4Fh

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson