static L filesStartingWith(fS prefix, Iterable l) { ret [File f : unnull(l) | startsWith(fileName(f), prefix)]; }