help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

Dirent

Record used in the fpReadDir function to return files in a directory.

Declaration

Source position: ostypes.inc line 93

type Dirent = packed record

  d_fileno: ino64_t;

  

Inode number of file

  d_off: off_t;

  

Offset in directory.

  d_reclen: cushort;

  

Record length

  d_type: cuchar;

  

Entry type

  d_name: array [0..(255+1)-1] of Char;

  

Name of file

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505