Click or drag to resize

ZipAccessUnZipArchiveFiles 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 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