ArchiverReadCentralDir Method

Read all the file records in the central directory.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public List<ArchiverFileEntry> ReadCentralDir()

Return Value

ListArchiverFileEntry
List of the ArchiverFileEntry from the archive central directory.

See Also