[
  {
    "Id": "1140855",
    "ThreadId": "476910",
    "Html": "(sorry for my english, i will try)<br />\n<br />\ni'm making a game that gets his sources from a FTP server, <br />\n<br />\nThe Game download the zip file (pack.zip) and extract it in the gamefolder<br />\nbut that is not the problem.<br />\n<br />\nI made a editor for my game, and have a publish option in it; the program wil zip whole the project and upload it to the FTP server, so that the game will update.<br />\n<br />\nwith the editor, i can zip the folder.<br />\nbut i can't open / extract it,<br />\nit says = zipfile is invaled<br />\n<br />\nhere are my code's of the editor, where the zip is gonna create:<br />\n<pre><code>Imports Ionic.Zip\n\n\nModule Module1\n\n\n    Public Sub zipp()\n        Using zip As New ZipFile\n            zip.AddDirectory(&quot;c:\\gtamig\\bin&quot;)\n            zip.Save(&quot;c:\\gtamig\\pack.zip&quot;)\n        End Using\n    End Sub\n\n\n\nEnd Module</code></pre>\n\nhere is the error<br />\n<img src=\"http://miguelprograms.webs.com/photos/errors/error.PNG\" alt=\"Image\" /><br />\n(it's dutch, but it tells: <em>can not open the map.<br />\nDe zipped folder C:\\gtamig\\pack.zip is invalid</em>)<br />\n<br />\nplease help me,<br />\nMiguel Billiet<br />\n",
    "PostedDate": "2013-12-23T05:44:18.853-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]