[
  {
    "Id": "1037772",
    "ThreadId": "442123",
    "Html": "I have an extracted docx file and I am trying to rezip them, but word is telling me the file is corrupt.\r<br />\n<br />\nAm I approaching this the wrong way?<br />\n<pre><code>            zip.AddDirectory(path + &quot;_rels&quot;,@&quot;\\_rels&quot;);\n            zip.AddDirectory(path + &quot;customXml&quot;, @&quot;\\customXml&quot;);\n            zip.AddDirectory(path + &quot;docProps&quot;, @&quot;\\dropProps&quot;);\n            zip.AddDirectory(path + &quot;word&quot;, @&quot;\\word&quot;);\n            zip.AddFile(path + &quot;[Content_Types].xml&quot;,@&quot;\\&quot;);\n            zip.Save(path + &quot;MyZipFile.docx&quot;);</code></pre>\n\n",
    "PostedDate": "2013-04-30T12:10:25.917-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]