{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "hi,\ni am using ionic.zip ver  1.9.1.5.\nProblem i am facing is :\nwhen there is already a zip file saved and is getting used by a process and again when i am trying to save the zip with same name it saying the \"file is getting used by a process\" . \nI am using \nobjZip.Save(fileName);  this API first call delete() which throws the exception \"file is getting used by a process\" so it cant delete and save fails  , which i dont want . accroding to me it should save the zip file ....\nkindly help.",
    "LastUpdatedDate": "2013-12-10T07:36:03.07-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-12-04T05:10:38.757-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "saving the zip file when already zipfile existing throw error",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16538
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "The Windows operating system is protecting the file from being overwritten while the other process is using it (has it open). You need to stop that other process or choose a different file name to save the zip file. This would be true for any other application - not just ionic.zip.",
      "PostedDate": "2013-12-05T07:19:20.567-08:00",
      "Id": -2147483648
    },
    {
      "Message": "John appreciate your reply but i need to save the zip file with the same name even though its being held by some process ... ",
      "PostedDate": "2013-12-09T04:06:39.1-08:00",
      "Id": -2147483648
    },
    {
      "Message": "Then you need to stop that other process so that the lock on the file is freed and you can save to that exact same file.",
      "PostedDate": "2013-12-10T07:36:03.07-08:00",
      "Id": -2147483648
    }
  ]
}