Returns the time of the last file access.
os.Path.atime( fname STRING) RETURNING result STRING
The function returns a string containing the last access time for the specified file, in the standard format 'YYYY-MM-DD HH:MM:SS'.
If the function fails, it returns NULL.