pub fn is_zip(path: &Path) -> boolExpand 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.