next up previous contents
Next: dateLastModified Up: Properties Previous: dateCreated   Contents

dateLastAccessed

Description

Integer. Returns or sets the date and time that the specified file or folder was last accessed.


Syntax

folder.dateLastAccessed


Example

f = new Folder("c:\\demo");
d = new Date(f. dateLastAccessed);
trace(d.toLocaleString());




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.