Source position: amigados.pas line 88
type TFileInfoBlock = record |
fib_DiskKey: IPTR; |
fib_DirEntryType: LongInt; |
fib_FileName: array [0..MAXFILENAMELENGTH-1] of Char; |
fib_Protection: LongInt; |
fib_EntryType: LongInt; |
fib_Size: LongInt; |
fib_NumBlocks: LongInt; |
fib_Date: TDateStamp; |
fib_Comment: array [0..MAXCOMMENTLENGTH-1] of Char; |
fib_OwnerUID: Word; |
fib_OwnerGID: Word; |
fib_Reserved: array [0..31] of Char; |
end; |