Indicates the number of files in the archive file.
property FileCount: Integer;
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.
|
|