static File saveTextFileWithInfoBox(File f, S text) { saveTextFile(f, text); fileSavedInfoBox(f); ret f; }