static S loadSecretTextFileMandatory(S name) { ret loadTextFileMandatory(new File(getSecretProgramDir(), name)); } static S loadSecretTextFileMandatory(S progID, S name) { ret loadTextFileMandatory(new File(getSecretProgramDir(progID), name)); }