Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#arosunits]

TFileInfoBlock

Declaration

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;


Documentation generated on: 2023-03-18