sS loadMandatoryTextFileFromZip(File inZip, S fileName) { S text = loadTextFileFromZipFile(inZip, fileName); if (text == null) fail("File " + fileName + " not found in archive " + f2s(inZip)); ret text; }