{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "```\n// EXTRACT ZIP\nusing (ZipFile zip = ZipFile.Read(\"update.zip\"))\n{\n   zip.ExtractAll(\"\\\\serv\\\\www\", ExtractExistingFileAction.OverwriteSilently);\n}\n```\n\nI'm using the above to attempt to extract update.zip in the given directory ( \\serv\\www ), no errors or exceptions are reported (even when inclosed in a try{} catch{}) and it seems the program executes fine except for the fact that the contents of update.zip are not extracted and are no where to be seen. Weird since it doesn't throw an error during the extraction.\n\nThe zip contains a folder (with subfiles) that is already present in \\serv\\www and should overwrite it. Could this be part of the problem?",
    "LastUpdatedDate": "2013-11-09T05:43:28.33-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-11-09T05:43:28.33-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Runs fine but no extracted files",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16498
  },
  "FileAttachments": [],
  "Comments": []
}