{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am using 1.9.1.8 Version.\n\nTrying to Zip File Using Following Code\n\n```\nusing (ZipFile zip = new ZipFile())\n            {\n                zip.Password = password;\n                zip.UseZip64WhenSaving = Zip64Option.AsNecessary;\n                zip.CompressionLevel = Ionic.Zlib.CompressionLevel.BestCompression;\n                zip.Encryption = EncryptionAlgorithm.WinZipAes256;\n                zip.AddDirectory(sourcePath);\n                zip.Comment = \"This zip was created at \" + System.DateTime.Now.ToString(\"G\");\n                zip.ParallelDeflateThreshold = -1;\n                zip.Save(temporaryFileName);\n            }\n```\n\nNow While Extracting Files i am getting following error :\nCould not find file 'SomePath\\cddde497-dee9-45aa-8dcd-385fc34c1c98\\7518\\ASXML10.dll.tmp'.\nFile name: 'SomePath\\cddde497-dee9-45aa-8dcd-385fc34c1c98\\7518\\ASXML10.dll.tmp'\n   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)\n   at System.IO.File.Move(String sourceFileName, String destFileName)\n   at Ionic.Zip.ZipEntry.InternalExtract(String baseDir, Stream outstream, String password)\n   at Ionic.Zip.ZipFile._InternalExtractAll(String path, Boolean overrideExtractExistingProperty)\n   at Ionic.Zip.ZipFile.ExtractAll(String path, ExtractExistingFileAction extractExistingFile)\n\n\nWhen  i look into zip file i was unable to find file ASXML10.dll.tmp file name was ASXML10.dll \nwhat's the issue. Please help\n\nCode which i am using for Extraction is\n\n```\nusing (ZipFile zip = ZipFile.Read(Path.Combine(SomeFilePath)))\n                {\n                    zip.Password = passord;\n                    string pathToExtract = Directory.CreateDirectory(Path.Combine(tempPathToRestore)).FullName;\n                    zip.ExtractAll(pathToExtract, ExtractExistingFileAction.Throw);\n                }\n```",
    "LastUpdatedDate": "2015-02-13T00:34:58.237-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2015-02-13T00:28:05.573-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ExtractAll creating an issue System.IO.FileNotFoundException",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17357
  },
  "FileAttachments": [],
  "Comments": []
}