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