Entries Property

 Object: Archive
 Syntax: Entries
 Type: ArchiveItemCollection
 Read/Write: Read Only
 Description: This property returns the collection of archived items to be added to the archive when it's created or retrieved from the archive after it's opened.

If you are opening an archive, this property returns a list of all files in the archive. For each ZIP format file, you can use the CompressedSize and UncompressedSize properties. For Microsoft Cabinet format files you can use only the UncompressedSize property.

See also the Name and Path properties.

 

Previous Page Next Page