 | SevenZipWorkerSevenZipDirectoryAtOnce method |
Packs everything from the inputFolderPath directory into the archive
zipPathAndFile incl. subdirectory structures.
Namespace: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
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 Parameters
- inputFolderPath String
- The directory with the data to be packed
- zipPathAndFile String
- The zip archive
- password String
- An optional password
- packRootAsDir Boolean
- Create the folder in the zip file
See also