[
  {
    "Id": "540119",
    "ThreadId": "239465",
    "Html": "\r\n<p>I copied the UnpackZip sub from the VbsUnZip-DotNetZip.vbs sample file and it runs fine but when i go to the extract directory i get nothing. &nbsp;running xp here is the code.</p>\r\n<p>call unpackzip(&quot;v:\\Downloads\\DotNetZipLib-DevKit-v1.9.zip&quot;,&quot;v:\\test&quot;)</p>\r\n<p>Sub UnpackZip(pathToZipFile, extractLocation)<span> </span></p>\r\n<p><span>&nbsp;</span><span style=\"white-space:pre\"> </span>Dim zip<span> </span>\r\nSet zip = CreateObject(&quot;Ionic.Zip.ZipFile&quot;)<span> </span></p>\r\n<p><span style=\"white-space:pre\"></span>zip.Initialize(pathToZipFile)<span> </span>\r\n</p>\r\n<p><span style=\"white-space:pre\"></span>zip.ExtractAll(extractLocation)<span> </span>\r\n</p>\r\n<p><span style=\"white-space:pre\"></span>zip.Dispose() &nbsp; &nbsp;</p>\r\n<p>End Sub</p>\r\n<p>&nbsp;</p>\r\n<p>ps v:\\test file does exists no errors are thrown if i add msgbox err.number it = 0 so im not sure whats wrong here?</p>\r\n",
    "PostedDate": "2010-12-23T16:51:31.427-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]