[
  {
    "Id": "138689",
    "ThreadId": "41795",
    "Html": "Hi, I'm trying to zip up a folder. I run the code below and didn't get any error but the zip output was not created. Can anyone please help?<br>\r\n<br>\r\nusing (ZipFile zip = new ZipFile(&quot;E:\\\\STWWEB1\\\\CDLG_ILL\\\\temp\\\\jpeg\\\\&quot; + fName +&quot;.zip&quot;))<br>\r\n{<br>\r\n<br>\r\nzip.AddFile(&quot;E:\\\\STWWEB1\\\\CDLG_ILL\\\\temp\\\\jpeg\\\\&quot; + fName + &quot;\\\\&quot; + fileName.ToString() + &quot;.jpg&quot;);<br>\r\nzip.Save();<br>\r\n<br>\r\n} \r\n",
    "PostedDate": "2008-12-08T11:37:32.063-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "138950",
    "ThreadId": "41795",
    "Html": "The the following:<br>\r\n<br>\r\nusing (ZipFile zip = new ZipFile())<br>\r\n{<br>\r\n<br>\r\nzip.AddFile(&quot;E:\\\\STWWEB1\\\\CDLG_ILL\\\\temp\\\\jpeg\\\\&quot; + fName + &quot;\\\\&quot; + fileName.ToString() + &quot;.jpg&quot;);<br>\r\nzip.Save(&quot;E:\\\\STWWEB1\\\\CDLG_ILL\\\\temp\\\\jpeg\\\\&quot; + fName +&quot;.zip&quot;);<br>\r\n<br>\r\n}\r\n<br>\r\n",
    "PostedDate": "2008-12-09T07:18:12.347-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "140061",
    "ThreadId": "41795",
    "Html": "You didn't get any error at all? <br>\r\n<br>\r\nDid you successfully create a zip file using some different code? <br>\r\nI'd like to understand the problem you are having. <br>\r\n",
    "PostedDate": "2008-12-12T08:17:28.57-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]