Concept Framework 2.2 documentation Contents | Index

standard.C.io.filelast_acc

Name Version Deprecated
filelast_acc version 1.0 no

Prototype:
number filelast_acc(string path)

Parameters:
path      [in] A string containing the path of existing file.

Description:
Gets the last access time of a file. Is equivalent to the _stat function as this: _stat(path)["st_atime"].

Returns:
Returns the last access time for a file.

Documented by Simona Plesuvu, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications