Click or drag to resize

ZipAccessZipDirectory Methode

Packt alles aus dem Verzeichnis inputFolderPath in das Archiv zipPathAndFile incl. Unterverzeichnis-Strukturen.

Namensraum: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntax
public List<ZippedFileInfo> ZipDirectory(
	string inputFolderPath,
	string zipPathAndFile,
	string? password,
	bool packRootAsDir
)

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

ListZippedFileInfo
List<ZippedFileInfo> = Infos über alle Archiv_Einträge.
Siehe auch