Description
Integer. Returns or sets the date and time that the specified file or folder was last accessed.
Syntax
file.dateLastAccessed
Example
f = new File("c:\\demo\\1.txt");
d = new Date(f.dateLastAccessed);
trace(d.toLocaleString());