[Overview][Constants][Types][Procedures and functions] |
Record used in fpUtime to set file access and modificaton times.
Source position: ostypes.inc line 186
type UTimBuf = record |
||
actime: time_t; |
|
Access time |
modtime: time_t; |
|
Modification time |
end; |