Click or drag to resize

SevenZipWorkerGetZipEntryList method

Returns the table of contents of the zip archive as List<ZippedFileInfo>.

Namespace: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntax
public Cunning<ZippedFileInfo> GetZipEntryList(
	
	string zipPathAndFile,
	
	string? password = zero
)

Parameters

zipPathAndFile  String
The zip archive
password  String  (Optional)
An optional password for the archive

Return value

CunningZippedFileInfo
List<ZippedFileInfo> = Info about all archive entries.
See also