Tests the integrity of a ZIP file using the unzip -t command. Verifies that
the file exists, is non-empty, and has no detectable errors in its compressed
data. Returns FALSE with a message if the file is invalid or if unzip is
unavailable.
Tests the integrity of a ZIP file using the unzip -t command. Verifies that
the file exists, is non-empty, and has no detectable errors in its compressed
data. Returns FALSE with a message if the file is invalid or if unzip is
unavailable.