I´m using SevenZipSharp (with 7z.dll). Now I´m trying to write a little program that will test the files of a directory if there is a file which could be extracted by 7z.dll.
First try was like this:
Dim file As SevenZipExtractor = New SevenZipExtractor(IO.File.OpenRead(path))
At the first...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.