static S fileInfo(File f) { ret renderFileInfo(f); } static S fileInfo(S f) { ret renderFileInfo(newFile(f)); }