Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

UTimBuf

Record used in fpUtime to set file access and modification times.

Declaration

Source position: ostypes.inc line 190

type UTimBuf = record

  actime: time_t;

  

Access time.

  modtime: time_t;

  

Modification time.

end;


Documentation generated on: Jul 24 2023