Returns the time that the file denoted by this abstract pathname was last modified. EXAMPLE display ("Last file modification: " + Time.valueOf(lastModified(testfile) * 1000)) // Displays the latest date/time of the files's modification. // Time.valueOf expects microseconds so you need to * 1000