Record used in fpUtime to set file access and modification times.
Source position: ostypes.inc line 190
type UTimBuf = record
actime: time_t;
Access time.
modtime: time_t;
Modification time.
end;