ZipArchive.totalEntries

Number of ArchiveMembers in the directory.

class ZipArchive
@property @safe @nogc pure nothrow const
uint
totalEntries
()

Return Value

Type: uint

The number of files in this archive.

Meta