SkillAgentSearch skills...

SevenZipSharp.Interop

No description available

Install / Use

/learn @luuksommers/SevenZipSharp.Interop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SevenZipSharp.Interop

This plugin installs the 7z interop dll's 19.00 into your project. This way you can use SevenZipSharp without installing 7zip.

NuGet

Changelog

Usage

// Toggle between the x86 and x64 bit dll
var path = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),Environment.Is64BitProcess ? "x64" : "x86", "7z.dll");
SevenZip.SevenZipBase.SetLibraryPath(path);
View on GitHub
GitHub Stars37
CategoryDevelopment
Updated1y ago
Forks11

Languages

C#

Security Score

55/100

Audited on Jan 22, 2025

No findings