[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
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; |
No notes exist for this page yet.