Click or drag to resize

ICSharpWorkerUnZipArchiveFiles Methode

Entpackt alles aus dem Archiv incl. Unterverzeichnis-Strukturen.

Namensraum: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+a841ddece84f5f5b35c357330d79d5d3d2dc719f
Syntax
public void UnZipArchiveFiles(
	string zipPathAndFile,
	string outputFolder,
	string? password,
	bool deleteZipFile,
	string[] filePathes
)

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
filePathes  String
Liste der zu entpackenden Dateien (inklusive relative Pfade)
Siehe auch