ArchiverBuildSfx(IEnumerableString, String, SevenZipSharpSfxModule) Method
Builds a self-extracting archive (SFX) containing the source file or directory using the default compression parameters.
Namespace: DevCase.ThirdParty.SevenZipSharpAssembly: 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 BuildSfx(
IEnumerable<string> sourceFileOrDirs,
string outputFilepath,
SevenZipSharpSfxModule sfxModule
)
Public Overridable Function BuildSfx (
sourceFileOrDirs As IEnumerable(Of String),
outputFilepath As String,
sfxModule As SevenZipSharpSfxModule
) As String
Dim instance As Archiver
Dim sourceFileOrDirs As IEnumerable(Of String)
Dim outputFilepath As String
Dim sfxModule As SevenZipSharpSfxModule
Dim returnValue As String
returnValue = instance.BuildSfx(sourceFileOrDirs,
outputFilepath, sfxModule)
public:
virtual String^ BuildSfx(
IEnumerable<String^>^ sourceFileOrDirs,
String^ outputFilepath,
SevenZipSharpSfxModule sfxModule
)
abstract BuildSfx :
sourceFileOrDirs : IEnumerable<string> *
outputFilepath : string *
sfxModule : SevenZipSharpSfxModule -> string
override BuildSfx :
sourceFileOrDirs : IEnumerable<string> *
outputFilepath : string *
sfxModule : SevenZipSharpSfxModule -> string
No code example is currently available or this language may not be supported.
- sourceFileOrDirs IEnumerableString
-
The source files or diretories to compress.
- outputFilepath String
-
The path of the output file to create.
- sfxModule SevenZipSharpSfxModule
-
The SFX module type.
String
The full path of the resulting self-extracting archive.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Squid-Box.SevenZipSharp
FileNotFoundException
|
Source file or directory not found.
|