static L filesWithNonEmptyInfoField(fS field, Iterable l) { ret [File f : unnull(l) | nempty(getOneLineFileInfoField(f, field))]; }