Click or drag to resize

SevenZipWorkerUnZipArchive Methode

Entpackt alles aus dem Archiv incl. Unterverzeichnis-Strukturen.

Namensraum: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntax
public void UnZipArchive(
	string zipPathAndFile,
	string outputFolder,
	string? password,
	bool deleteZipFile
)

Parameter

zipPathAndFile  String
Pfad und Name des Archivs
outputFolder  String
Wohin entpackt werden soll
password  String
Passwort oder null
deleteZipFile  Boolean
ob das Archiv hinterher gelöscht werden soll
Siehe auch