[
  {
    "Id": "111847",
    "ThreadId": "33754",
    "Html": "I created a zip file that has some files at the root level of the zip and some folder and files in the folders. When I view the zip using Windows Explorer it doesn't see or extract any files at the root level only the folders and subsequent files. I can view and unzip the zip file with WinZip or 7Zip just fine. Any suggestions. Am I missing something when I am creating the zip file. <br>\r\n<br>\r\nI like DotNetZip I originally tried to use Xceed's zip utility and it's runtime for creating a zip file was terrable. <br>\r\n<br>\r\nThanks.<br>\r\n",
    "PostedDate": "2008-08-18T11:48:30.99-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "111863",
    "ThreadId": "33754",
    "Html": "After digging through previously posted discussions I found a post that was the same. Problem fixed.<br>\r\norginal code zip.AddFile(filename, @&quot;\\&quot;); fix zip.AddFile(filename, &quot;&quot;);<br>\r\n<br>\r\n",
    "PostedDate": "2008-08-18T13:01:17.597-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]