sS renderFileInfoWithDate(File f) { if (f == null) ret "-"; ret f2s(f) + appendBracketed(joinNemptiesWithSpace(fileInfoHintsWithDate(f))); }