[
  {
    "Id": "823389",
    "ThreadId": "352207",
    "Html": "\r\n<p>Currently my app unzips a zip file but throws and exception if it encounters an already existing file with the same name. Looking at the docs &quot;<span>ExtractExistingFileAction Enumeration</span>&quot;</p>\r\n<p>I see that I can use&nbsp;OverwriteSilently to force an unzip over an existing file however how do I implement it?</p>\r\n<p>&nbsp;</p>\r\n<p></p>\r\n<div style=\"color:black; background-color:white\">\r\n<pre>\r\n            <span style=\"color:blue\">Using</span> zip <span style=\"color:blue\">As</span> ZipFile = ZipFile.Read(which)\r\n                <span style=\"color:blue\">Dim</span> ee <span style=\"color:blue\">As</span> ZipEntry\r\n                <span style=\"color:blue\">For</span> <span style=\"color:blue\">Each</span> ee <span style=\"color:blue\">In</span> zip\r\n                    ee.Extract(<span style=\"color:#a31515\">&quot;c:\\test\\2&quot;</span>)\r\n                <span style=\"color:blue\">Next</span>\r\n            <span style=\"color:blue\">End</span> <span style=\"color:blue\">Using</span>\r\n</pre>\r\n</div>\r\n<p></p>\r\n",
    "PostedDate": "2012-04-13T05:08:48.59-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "824003",
    "ThreadId": "352207",
    "Html": "<pre>ee.Extract(<span style=\"color: #a31515;\">\"c:\\test\\2\"</span>, ExtractExistingFileAction.OverwriteSilently)</pre>",
    "PostedDate": "2012-04-15T07:11:40.047-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]