 | SevenZipWorkerSevenZipDirectoryAtOnce Methode |
Packt alles aus dem Verzeichnis inputFolderPath in das Archiv
zipPathAndFile incl. Unterverzeichnis-Strukturen.
Namensraum: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntaxprotected void SevenZipDirectoryAtOnce(
string inputFolderPath,
string zipPathAndFile,
string password,
bool packRootAsDir
)
Protected Sub SevenZipDirectoryAtOnce (
inputFolderPath As String,
zipPathAndFile As String,
password As String,
packRootAsDir As Boolean
)
protected:
void SevenZipDirectoryAtOnce(
String^ inputFolderPath,
String^ zipPathAndFile,
String^ password,
bool packRootAsDir
)
member SevenZipDirectoryAtOnce :
inputFolderPath : string *
zipPathAndFile : string *
password : string *
packRootAsDir : bool -> unit
Parameter
- inputFolderPath String
- Das Verzeichnis mit den zu packenden Daten
- zipPathAndFile String
- Das Zip-Archiv
- password String
- Ein optionales Passwort
- packRootAsDir Boolean
- Den Ordner im Zip mit anlegen
Siehe auch