Indicates whether the archive is valid.
[C#]
public bool IsValidArchiveFile();
[VB.NET]
Public Function IsValidArchiveFile() As Boolean
Description
Use IsValidArchiveFile to determine whether the file has valid format before opening the archive.
The FileName property is used to specify the file name of the file being checked.
Note: Call to this method when archive is open will raise an exception.