
Dim unz As New Zip.FastZip()
unz.ExtractZip("from.zip", "to directory", "")
Dim unz As New Zip.FastZip()
unz.ExtractZip("c:\ex.zip", "c:\program files\", "")

var sze = new SevenZipExtractor(filePath);
sze.ExtractArchive("C:\Users\<name>\Desktop\blah");
Dim sze As New SevenZipExtractor(filePath)
sze.ExtractArchive("C:\Users\<name>\Desktop\blah")