Unit 'h68kdos' Package
[Overview][Constants][Types][Procedures and functions][Index] [#h68units]

Th68kdos_exfilbuf

Declaration

Source position: h68kdos.inc line 129

type Th68kdos_exfilbuf = record

  searchatr: Byte;

  driveno: Byte;

  dirsec: dword;

  dirlft: Word;

  dirpos: Word;

  filename: array [0..7] of char;

  ext: array [0..2] of char;

  atr: Byte;

  time: Word;

  date: Word;

  filelen: dword;

  name: array [0..22] of char;

  drive: array [0..2] of char;

  path: array [0..64] of char;

  unused: array [0..20] of Byte;

end;


Documentation generated on: 2025-07-25