Click or drag to resize

MSCompressionWorkerGetZipEntryList Methode

Liefert das Inhaltsverzeichnis des Zip-Archivs als String-Liste.

Namensraum: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntax
public List<ZippedFileInfo> GetZipEntryList(
	string zipPathAndFile,
	string? password
)

Parameter

zipPathAndFile  String
Das Zip-Archiv
password  String
Ein optionales Passwort für das Archiv

Rückgabewert

ListZippedFileInfo
String-Liste mit dem Inhaltsverzeichnis des Archivs
Siehe auch