Function apple_codesign::path_is_zip
source · pub fn path_is_zip(path: impl AsRef<Path>) -> Result<bool, AppleCodesignError>
Expand description
Test whether a given path is likely a ZIP file.
pub fn path_is_zip(path: impl AsRef<Path>) -> Result<bool, AppleCodesignError>
Test whether a given path is likely a ZIP file.