[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

UTimBuf

Record used in Utime to set file access and modificaton times.

Declaration

Source position: linuxold.inc line 1270

type UTimBuf = packed record

  actime: LongInt;

  

Access time

  modtime: LongInt;

  

Modification time

end;