Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

Dir

Record used in fpOpenDir and fpReadDir calls.

Declaration

Source position: ostypes.inc line 164

type Dir = record

  dd_fd: LongInt;

  

File descriptor. Do not use.

  dd_loc: LongInt;

  

Location in directory listing.

  dd_size: LongInt;

  

File size.

  dd_buf: pDirent;

  

Pointer to Dir records.

  dd_nextoff: Cardinal;

  

?

  dd_max: Integer;

  

?

  dd_lock: pointer;

  

?

end;


Documentation generated on: Jul 24 2023