Ionic Zip Library v1.9.1.6
IsZipFile Method (fileName)
Checks the given file to see if it appears to be a valid zip file.
Declaration Syntax
Parameters
- fileName (String)
- The file to check.
Return Value
true if the file appears to be a zip file.
Remarks
Calling this method is equivalent to calling IsZipFile(String, Boolean) with the testExtract parameter set to false.