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