filelast_ch is available since version 1.0.
Prototype:
number filelast_ch(string path)
Parameters
path
[in] A string containing the path of existing file.
Description:
Gets the last changed date/time of a file. Is equivalent to the
_stat function as this: _stat(path)["st_ctime"].
Return value:
Returns the last changed time for a file.