static File firstFileWithName(Iterable l, S name) { ret firstThat(l, f -> eq(fileName(f), name)); }