[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Record used in the ReadDir function to return files in a directory.
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; |
lazarus-ccr.sourceforge.net |