Source position: dirutils.pas line 31
type TDirContents = record
Dirs: TStrArray;
DirCount: Integer;
Files: TStrArray;
FileCount: Integer;
end;