[
  {
    "Id": "721977",
    "ThreadId": "285346",
    "Html": "\r\n<p>Hello,</p>\r\n<p>I Have Some Hidden Directories And Files In A Zip File, When I Extract Them With This Code:</p>\r\n<div>\r\n<pre><div style=\"color:black; background-color:white\"><pre><span style=\"color:blue\">using</span> (ZipFile zip1 = ZipFile.Read(zip))\r\n{\r\n    <span style=\"color:blue\">foreach</span> (ZipEntry unzip <span style=\"color:blue\">in</span> zip1)\r\n    {\r\n        unzip.Extract(directory.Text, ExtractExistingFileAction.OverwriteSilently);\r\n    }\r\n}\r\n</pre>\r\n</div>\r\n</pre>\r\n</div>\r\n<p>But The Extracted Files And Directories Are Not Hidden.</p>\r\n<p>When I Extract The Zip With WinRAR Files And Directories Are Extracted Hidden Correctly.</p>\r\n<div style=\"color:black; background-color:white\">\r\n<pre><span style=\"color:#0000ff\"><br></span></pre>\r\n</div>\r\n",
    "PostedDate": "2012-01-07T16:49:23.87-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "723390",
    "ThreadId": "285346",
    "Html": "<p>Hmm, your report is very clear. I'll need to test this.</p>\r\n<p>I don't have my development machine, though, so cannot do the test&nbsp;just now.&nbsp; I hope soon.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2012-01-10T14:56:00.047-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "723392",
    "ThreadId": "285346",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/workitem/14629\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2012-01-10T14:56:31.213-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]