Description
Integer. Returns or sets the date and time that the specified file or folder was created.
Syntax
folder.dateCreated
Example
f = new Folder("c:\\demo"); d = new Date(f.dateCreated); trace(d.toLocaleString());