Dirent
Record used in the fpReadDir function to return files in a directory.
Declaration
Source position: ostypes.inc line 110
Type
Dirent = record
d\_fileno : ino64\_t;
d\_off : off\_t;
d\_reclen : cushort;
d\_type : cuchar;
d\_name : Array[0..4095-sizeof(ino64\_t)-sizeof(off\_t)-sizeof(cushort)-sizeof(cuchar)] of Char;
end