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