Indicates whether the archive file exists.
[C#]
public bool Exists { get; }
[VB.NET]
Public ReadOnly Property Exists As Boolean
Description
Read Exists at runtime to determine whether an archive file exists. If the archive does not exist, create it using the OpenArchive method. Archive file is specified by FileName property.
This property is read-only.