[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Record used in Utime to set file access and modificaton times.
Source position: oldlinux.pp line 1270
type UTimBuf = packed record |
||
actime: LongInt; |
|
Access time |
modtime: LongInt; |
|
Modification time |
end; |
lazarus-ccr.sourceforge.net |