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