[
  {
    "Id": "158370",
    "ThreadId": "47319",
    "Html": "Our product has a large set of files, some zipped data (one data file per zip file, same name for the inner file as the zip), some various image types.&nbsp; The files have names with length varying from 0 to about 25 characters, and we'd like to keep them the same across all types for consistency.&nbsp; We're using DotNetZip for the zipped ones, which has worked well, except that DotNetZip throws an exception for the one-digit filenames.&nbsp; We changed the files being zipped to be named &quot;prefix_&lt;character&gt;&quot; (the zip file is still just named &quot;&lt;character&gt;&quot;) as a workaround, but this creates an extra check for the client using the data on every file loaded (and there are *lots* of them).&nbsp; We can't really do them manually (with, say, WinZip) because it's a huge automated data generation and processing pipeline, and we don't want to change the names of all of the other files.&nbsp; Is this a known issue?&nbsp; Do you know if it will be fixed soon?<br>\r\n",
    "PostedDate": "2009-02-16T21:12:50.28-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "158381",
    "ThreadId": "47319",
    "Html": "Hello Leilani<br>\r\n<br>\r\nno, this problem has never been reported.<br>\r\nI need some additional information from you.  <br>\r\nWhat version of DotNetZip are you using? <br>\r\nCan you show me the stacktrace of the exception that is thrown?<br>\r\n<br>\r\nJust now I tried to zip up a file called &quot;a&quot; into a zipfile called &quot;a.zip&quot; and it worked.<br>\r\nI also tried a numerical digit:  putting a file called &quot;2&quot; into a zipfile called &quot;2.zip&quot;.  It also worked.<br>\r\n<br>\r\nI'm sure there is something I haven't understood about what you are doing.  If you can provide some additional information I will look into it. <br>\r\n",
    "PostedDate": "2009-02-16T22:48:30.82-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "158679",
    "ThreadId": "47319",
    "Html": "Actually, it turns out this was with an older version (the one that was available when we started generating those files, I'm guessing), and the one-letter names work now.  Sorry for the runaround; I assumed the group generating the data was using the latest version :)\r\n",
    "PostedDate": "2009-02-17T14:04:46.67-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "158720",
    "ThreadId": "47319",
    "Html": "No problem.  Glad it's working for you. <br>\r\n",
    "PostedDate": "2009-02-17T15:49:49.383-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]