Indicates whether the archive is valid.
function IsValidArchiveFile: 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.
|
|