The timestamp of when the file was created
creationTime
var fd = new File("/tmp/blah"); console_log(fd.creationTime+"\n");
Javascript
Category: Javascript