Tests whether a file is a valid zip file.
Public Overloads Shared Function IsZipFile( _
ByVal As String _
) As Boolean
public static bool IsZipFile(
string
)
Parameters
- fileName
- Name of the file to test.
Return Value
True if the file exists and is a valid zip file, false otherwise.