ArchiverBuild(String, String, String, CompressionMethod, CompressionLevel) Method

Builds a compressed archive, with a password, containing the source file or directory using the specified compression parameters.

Definition

Namespace: DevCase.ThirdParty.SevenZipSharp
Assembly: DevCase.net48.ThirdParty.SevenZipsharp (in DevCase.net48.ThirdParty.SevenZipsharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual string Build(
	string sourceFileOrDir,
	string outputFilepath,
	string password,
	CompressionMethod compressionMethod,
	CompressionLevel compressionLevel
)

Parameters

sourceFileOrDir  String
The source file or diretory to compress.
outputFilepath  String
The path of the output file to create.
password  String
The password.
compressionMethod  CompressionMethod
The compression method.
compressionLevel  CompressionLevel
The compression level.

Return Value

String
The full path of the resulting compressed archive.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Squid-Box.SevenZipSharp

Exceptions

FileNotFoundException Source file or directory not found.

See Also