FileEntries

IArchive.FileEntries property

Gets entries of IArchiveFileEntry type constituting the archive.

public IEnumerable<IArchiveFileEntry> FileEntries { get; }

Remarks

Archives for compression only, such as gzip, bzip2, lzip, lzma, xz, z consist of the single record - the archive itself.

See Also