Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Searching for compression library in c# that supports rar format

I want to add in my application functionality to decompress (and optionally compress) files in various format. I have libraries that supports zip, gzip, 7zip and bzip2. But still not found library that support rar.
I know that rar is commercial, but maybe there is some .net library that could be used to decompress rar-s? The best would be free library, but library with small price is also acceptable.

like image 531
Marek Kwiendacz Avatar asked Jan 21 '23 01:01

Marek Kwiendacz


1 Answers

Try SevenZipSharp. It supports extraction of RAR files and everything else that 7-zip supports.

like image 180
R. Martinho Fernandes Avatar answered May 15 '23 20:05

R. Martinho Fernandes