|
| KiXtart Command Reference |
GETFILETIMEactionreturns the date and time information of a file. syntaxGETFILETIME ("file name") parameterFile name Identifies the file for which you want to retrieve the date and time information. returnsA string representing the date and time of the file in the format YYYY/MM/DD HH:MM:SS. remarksThe information returned represents the time the file was last written to. example$Result = GetFileTime(@LDRIVE + "\Kix32.exe") |