views:

333

answers:

2

Is there any API available, that can be used in .net that can read/extract 7z files ?

+4  A: 

I don't believe there's any "built-in" .NET library for it, but, right at the source you can get the LZMA SDK, which include full C# source code for 7z compression and decompression.

mjv
+2  A: 

Use http://www.codeplex.com/sevenzipsharp

Led