 | MSCompressionWorkerZipDirectory 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
Syntaxpublic List<ZippedFileInfo> ZipDirectory(
string inputFolderPath,
string zipPathAndFile,
string? password,
bool packRootAsDir
)
Public Function ZipDirectory (
inputFolderPath As String,
zipPathAndFile As String,
password As String,
packRootAsDir As Boolean
) As List(Of ZippedFileInfo)
public:
virtual List<ZippedFileInfo^>^ ZipDirectory(
String^ inputFolderPath,
String^ zipPathAndFile,
String^ password,
bool packRootAsDir
) sealed
abstract ZipDirectory :
inputFolderPath : string *
zipPathAndFile : string *
password : string *
packRootAsDir : bool -> List<ZippedFileInfo>
override ZipDirectory :
inputFolderPath : string *
zipPathAndFile : string *
password : string *
packRootAsDir : bool -> List<ZippedFileInfo>
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
Rückgabewert
ListZippedFileInfoList<ZippedFileInfo> = Infos über alle Archiv_Einträge.
Siehe auch