{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 81635.  The first binary release with this fix is v1.9.1.7",
    "ClosedDate": "2011-08-05T23:17:05.217-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hello,\n \nI'm trying to save an existing ZipFile to another filename, but using the .Save(filename) throws an error.\n \nCode snippet:\n            ZipFile zip = new ZipFile();\n            zip.AddFile(@\"d:\\test.txt\");\n            zip.Save(@\"d:\\1.xyz\"); // works perfectly\n            zip.Save(@\"d:\\2.xyz\"); // fails with error Could not find file 'd:\\2.xyz'.\n \nAccording to the my interpretation of the documentation, this should work. If not, does anyone has a workaround?\n \nI'm using this in a scenario where a program adds all kinds of documents to the ZipFile and the user can use a \"File, Save As...\" menu.\n \nVersion Ionic: 1.9\n \nKind regards,\nRobbie De Sutter",
    "LastUpdatedDate": "2013-05-16T05:31:49.203-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-04-30T08:42:54.903-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Second save fails with Could not find file 'filename' error.",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 10735
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Multiple saves seem to be a problem. I opened a related work item:\r\nhttp://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=10694\r\n\r\nI got a (hopefully temporary) workaround by setting a property differently - look at the work item and the related discussion.",
      "PostedDate": "2010-05-03T07:52:20.47-07:00",
      "Id": -2147483648
    },
    {
      "Message": "I've reproduced this problem here on v1.9.1.6.  ",
      "PostedDate": "2011-08-03T10:52:39.963-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-08-05T23:17:05.217-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:33.38-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:49.203-07:00",
      "Id": -2147483648
    }
  ]
}