sevenzip

How to know which rar is first in multi rar archives using SevenZipSharp/Unrar in C#?

I am trying to use SevenZipSharp or/and Unrar library in C# WinForms .NET 3.5. I have this problem with multi rar archives that have diffrent naming for example: .rar, r01, r02, r03 and so on (this is easy) somefile01.rar, somefile02.rar, somefile03.rar .001, .002, 003 and so on. If i point Unrar or SevenZipSharp to wrong archive it ...

SevenZipSharp how to extract a specific file out of the archive

in C# when using SevenZipSharp, how can I extract a single specific file? (I don't want to extract all the archive). ...