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