[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

TDir

Record used in OpenDir and ReadDir calls

Declaration

Source position: oldlinux.pp line 129

type TDir = packed record

  fd: Integer;

  

File descriptor. Do not use.

  loc: LongInt;

  

Location in directory listing

  size: Integer;

  

File size

  buf: pdirent;

  

Pointer to TDir records

  nextoff: LongInt;

  

?

  dd_max: Integer;

  

?

  lock: pointer;

  

?

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.