next up previous contents
Next: drive Up: Properties Previous: dateLastAccessed   Contents

dateLastModified

Description

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


Syntax

folder.dateLastModified


Example

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




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