static bool fileOlderThanNDays(File f, double days) { ret fileModificationTime(f) < now()-days*24*60*60*1000; }