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



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

dirent

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

Declaration

Source position: oldlinux.pp line 120

type dirent = packed record

  ino: LongInt;

  

Inode number of file

  off: LongInt;

  

Offset in directory.

  reclen: Word;

  

Record length

  name: array [0..255] 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