{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "After unzipping a splitted zipfile, I can delete *.z01, *.z02, *.z03 etc.\nWhen I try to delete the *.zip, it doesn't work, because the file is still in use by the application.\n\n--- Code ----\n\n         Using oZip As ZipFile = ZipFile.Read(f)\n                              Dim a As New ZipEntry\n\n                              For Each a In oZip\n                                  sOriginalName = a.FileName\n                                    a.Extract(sDestinationPath, ExtractExistingFileAction.OverwriteSilently)\n                              Next\n          End Using\n\n...\n\n\n    For Each s In lstToDelete\n          If s.Contains(sFilename.Substring(0, sFilename.Length - 3)) Then\n                         File.Delete(s)\n          End If\n    Next",
    "LastUpdatedDate": "2017-04-21T02:30:48.59-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2017-04-21T02:30:48.59-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Can't delete split zipfiles after extraction",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17763
  },
  "FileAttachments": [],
  "Comments": []
}