[
  {
    "Id": "1495471",
    "ThreadId": "662544",
    "Html": "Hello to all,\r<br />\nwhen I create a zip file from a folder with this code:<br />\n<pre><code>int segmentsCreated = 5;\n            using (ZipFile zip = new ZipFile())\n            {\n                zip.UseUnicodeAsNecessary = true; // utf-8\n                zip.AddDirectory(@&quot;Desktop&quot;);\n                zip.Comment = &quot;This zip was created at &quot; + System.DateTime.Now.ToString(&quot;G&quot;);\n                zip.MaxOutputSegmentSize = 100 * 1024; // 100k segments\n                zip.Save(&quot;Nuovo.zip&quot;);\n\n                segmentsCreated = zip.NumberOfSegmentsForMostRecentSave;\n\n \n\n            }</code></pre>\n\nIt returns, to click on the new store, the following error message:\r<br />\n<br />\nthe archive or is damaged or is in an unknown format (in Italian &quot;Archive or is corrupt or in an unknown format&quot;).\r<br />\n<br />\nWhat am I doing wrong? Graziee<br />\n",
    "PostedDate": "2017-04-14T02:22:02.077-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]