static S loadSecretTextFile(S name) { ret loadTextFile(new File(getSecretProgramDir(), name)); } static S loadSecretTextFile(S progID, S name) { ret loadTextFile(new File(getSecretProgramDir(progID), name)); }