sbool isValidZipFile(File zip) { try { assertNempty(listZipFile(zip)); true; } catch print e { false; } }