sS toKB_str(long l) { ret n2(toK(l)) + " KB"; } sS toKB_str(File f) { ret toKB_str(fileSize(f)); }