{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "this is fixed in changeset 79174.  The first binary to get this fix is v1.9.1.6.  ",
    "ClosedDate": "2011-06-15T12:03:32.647-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Here is an example, the first using(FileStream f = new FileStream) runs fine but the second time it returns an exception that the file can't be accessed, the extraction itself was successful:\n \n            using (FileStream f = new FileStream(@\"c:\\test\\EDRM-multivolume.z01\", FileMode.Open, FileAccess.Write)) {\n            }\n            \n            int counter = 0; \n            using (ZipFile file = new ZipFile(@\"c:\\test\\EDRM-multivolume.zip\")) {\n                List entries = file.Entries.ToList();\n                foreach (ZipEntry entry in entries) {\n                    counter&#43;&#43;;\n                    if (!entry.IsDirectory) {\n                        entry.FileName = @\"result\" &#43; counter.ToString() &#43; \".txt\";\n                        entry.Extract(@\"C:\\testResults\"); \n                    }\n                }\n            }\n \n            using (FileStream f = new FileStream(@\"c:\\test\\EDRM-multivolume.z01\", FileMode.Open, FileAccess.Write)) {\n            }\n \nMy aim is to delete the archive after it has been extracted.",
    "LastUpdatedDate": "2013-05-16T05:31:41.19-07:00",
    "PlannedForRelease": "v1.9.1.8 DotNetZip - Latest Stable",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-11-17T07:30:23.423-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Can't delete .z01 file after extraction of multi-segment archive",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 12521
  },
  "FileAttachments": [],
  "Comments": []
}