static double fileAgeInSeconds(File f) { ret f == null ? -1 : msToSeconds(now()-fileModificationTime(f)); }