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