getfiledatetime
Getting date and time as strings. Get the data and time of the last file modification as strings.
func getfiledatetime (
filetime ftime,
str date,
str time
)
filetime ftime,
str date,
str time
)
Parameters
ftime | A structure of the filetime type. Can be taken from the finfo structure. |
date | The string for writing date. It can be 0->str. |
time | The string for writing time. It can be 0->str. |
Related links | Source |