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