static bool zipFileContains_falseOnError(File inZip, S fileName) { try { ret zipFileContains(inZip, fileName); } catch e { false; } }