Skip to main content

is_zip

Function is_zip 

Source
pub fn is_zip(path: &Path) -> bool
Expand description

Check if file starts with ZIP magic bytes (PK\x03\x04).

ZIP format is used by many file types including Android APK, JAR, InstallShield installers, etc.

ยงReturns

true if the file starts with the ZIP signature, false otherwise or on IO error.