{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hello\n\nI have a problem \n\nI want to delete a folder from a .zip file called \"META-INF\"\n\nI tried with this  and didn´t work\n\nusing (ZipFile zip = ZipFile.Read(system.zip))\n  {\n    zip.RemoveEntry(\"META-INF\");\n    zip.Save();\n  }\n\n\nThanks \n\nTheMrRafus",
    "LastUpdatedDate": "2013-07-23T11:55:57.53-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-07-23T11:55:57.53-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Delete folder from .zip",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16328
  },
  "FileAttachments": [],
  "Comments": []
}