Function zip_extensions::read::try_is_zip

source ยท
pub fn try_is_zip(file: &PathBuf) -> ZipResult<bool>
Expand description

Determines whether the specified file is a ZIP file, or not.