 | ZipAccessUnZipArchive Methode |
Entpackt alles aus dem Archiv incl. Unterverzeichnis-Strukturen.
Namensraum: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntaxpublic void UnZipArchive(
string zipPathAndFile,
string outputFolder,
string? password,
bool deleteZipFile
)
Public Sub UnZipArchive (
zipPathAndFile As String,
outputFolder As String,
password As String,
deleteZipFile As Boolean
)
public:
virtual void UnZipArchive(
String^ zipPathAndFile,
String^ outputFolder,
String^ password,
bool deleteZipFile
) sealed
abstract UnZipArchive :
zipPathAndFile : string *
outputFolder : string *
password : string *
deleteZipFile : bool -> unit
override UnZipArchive :
zipPathAndFile : string *
outputFolder : string *
password : string *
deleteZipFile : bool -> unit
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