Archiver.ReadCentralDir 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<Archiver.FileEntry> ReadCentralDir()

Return Value

List<Archiver.FileEntry>
List of the Archiver.FileEntry from the archive central directory.

See Also