Search results for query: *

  • Users: muffivb
  • Content: Threads
  • Order by date
  1. M

    Question Test if it´s an valid archive

    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...
Back
Top