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