Source position: amigados.pas line 110
type tFileInfoBlock = record |
fib_DiskKey: LongInt; |
fib_DirEntryType: LongInt; |
fib_FileName: array [0..107] of Char; |
fib_Protection: LongInt; |
fib_EntryType: LongInt; |
fib_Size: LongInt; |
fib_NumBlocks: LongInt; |
fib_Date: tDateStamp; |
fib_Comment: array [0..79] of Char; |
fib_OwnerUID: Word; |
fib_OwnerGID: Word; |
fib_Reserved: array [0..31] of Char; |
end; |