[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Unpack packed file time to a DateTime value
Source position: dosh.inc line 90
procedure UnpackTime( |
p: LongInt; |
var t: DateTime |
); |
UnPackTime converts the file-modification time in p to a DateTime record. The file-modification time can be returned by GetFTime, FindFirst or FindNext calls.
For an example, see PackTime.
None.
|
Get file last modification time. |
|
|
Start search for one or more files. |
|
|
Find next matching file after FindFirst |
|
|
Pack DateTime value to a packed-time format. |