{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "duplicate of workitem 5551. \nAlready fixed.\nIf you download v1.5 you'll get the backported fix.",
    "ClosedDate": "2008-08-24T10:40:33.123-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "When changing the TempFileFolder i run into this exception:\n \n(taken from DotNetZip-src-v1.5.0.11 / Library /  ZipFile.cs / line 254)\n \n                if (!System.IO.Directory.Exists(_TempFileFolder))\n                    throw new System.IO.FileNotFoundException(\"That direcotory does not exist.\");\n \n                _TempFileFolder = value;\n \nI could be wrong but shoudnt it be:\n \nif (!System.IO.Directory.Exists(value))\n \ninstead?\n \nWhats the point of checking the current Temp-Dir instead of the one thats gonna be set?\n \ncheers\ncalios\n \nPS i'll take 2 of those \"direcotory\"'s ;-D",
    "LastUpdatedDate": "2013-05-16T05:32:40.467-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-08-22T01:59:11.95-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Setting custom Temp-Directory fails",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 5805
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Thanks for pointing this out. This is a duplicate of workitem 5551. \r\nhttp://www.codeplex.com/DotNetZip/WorkItem/View.aspx?WorkItemId=5551 \r\n\r\nI applied the change in the existing v1.5 library and updated the src and binary releases.\r\nIf you download the v1.5 release, you'll get the update.  ",
      "PostedDate": "2008-08-24T10:39:51.997-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-08-24T10:40:33.123-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:42.72-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:40.467-07:00",
      "Id": -2147483648
    }
  ]
}