Language:
Русский
English
GetFTime (procedure) (WinDos unit)
Returns the date and time a file was last written.
Declaration
procedure GetFTime(var F; var Time: Longint);
Target
Windows, Real, Protected
Remarks
F must be a file variable (typed, untyped, or text file) that has been assigned and opened.
The time returned in Time can be unpacked through a call to UnpackTime.