{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I need to delete folder in my zip file. The folder contains some files (that needs to be delete too !)Folder name is META-INF. I am using latest version of DotNetZipHow to do it, please ?Theres my code:                using (ZipFile zip = ZipFile.Read(appdata + \"\\\\.minecraft\\\\bin\\\\minecraft.jar\"))                {                    zip.RemoveEntry(\"META-INF\");                }",
    "LastUpdatedDate": "2013-02-21T18:42:42.387-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-01-02T09:20:02.713-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "How to delete folder from zip ??",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15929
  },
  "FileAttachments": [],
  "Comments": []
}