static L dirsThatExist(S... dirs) { ret mapNonNulls(dirs, d -> dirOtherwiseNull(newFile(d))); }