[
  {
    "Id": "437779",
    "ThreadId": "211201",
    "Html": "<p>Hi,</p>\r\n<p>I've create an Issue Item yesterday (#10735), but it might have been better to first post it on the discussion list (my apologies):</p>\r\n<p>I'm trying to save an existing ZipFile to another filename, but using  the .Save(filename) throws an error.<br><br>Code snippet:<br> ZipFile zip = new ZipFile();<br> zip.AddFile(@&quot;d:\\test.txt&quot;); // simple existing file<br> zip.Save(@&quot;d:\\1.zip&quot;); //  works perfectly<br> zip.Save(@&quot;d:\\2.zip&quot;); // fails with  error Could not find file 'd:\\2.zip'.<br><br>I'm using this in a scenario where a  program adds all kinds of  documents to the ZipFile and the user can use a  &quot;File, Save As...&quot;  menu.</p>\r\n<p>Can anyone explain me what is wrong with the code above and how to make it work? If it is a issue with the current version (1.9), does  anyone has a workaround?</p>\r\n<p>Kind regards,</p>\r\n<p>Robbie De Sutter</p>",
    "PostedDate": "2010-05-01T00:26:16.387-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "438486",
    "ThreadId": "211201",
    "Html": "<p>I think this might be a new problem.</p>\r\n<p>The workaround is to close and then re-open the zip file, or... use File.Copy().</p>",
    "PostedDate": "2010-05-03T12:09:15.723-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]