[
  {
    "Id": "1321242",
    "ThreadId": "571869",
    "Html": "When I try to compress the mysql folder using the Ionic.ZIP, I can't open the generated file.<br />\n<br />\nHere's the code that I'm using:<br />\n<br />\nusing (ZipFile zip = new ZipFile())<br />\n{<br />\n<pre><code>            zip.StatusMessageTextWriter = System.Console.Out;\n            zip.AddDirectory(pConfiguracao.CaminhoPastaBackup);\n            zip.UseZip64WhenSaving = Zip64Option.AsNecessary;\n            zip.Save(arquivoDestino);</code></pre>\n\n}<br />\n",
    "PostedDate": "2014-11-12T04:25:39.897-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]