Indicates the number of files in the archive file.
[C#]
public long FileCount { get; }
[VB.NET]
Public ReadOnly Property FileCount As Long
Description
Read FileCount at runtime to determine number of files within an archive file. The archive file must be opened before you can use this property. If the archive does not exist, create it using the OpenArchive method. Archive file is specified by FileName property.
This property is read-only.