EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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
)

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