Click or drag to resize

ZipGetZipEntryList method

Returns the table of contents of the zip archive as a string list.

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
)

Parameters

zipPathAndFile  String
The zip archive
password  String
An optional password for the archive

Return value

CunningZippedFileInfo
String list with the table of contents of the archive
See also