X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andris Pavenis To: DJ Delorie Subject: Re: Confusion over long file names and zip-picker Date: Thu, 10 Jun 2004 08:58:30 +0300 User-Agent: KMail/1.6.2 Cc: djgpp AT delorie DOT com References: <200406092308 DOT i59N8GMJ005836 AT envy DOT delorie DOT com> In-Reply-To: <200406092308.i59N8GMJ005836@envy.delorie.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406100858.31110.pavenis@latnet.lv> Reply-To: djgpp AT delorie DOT com On Thursday 10 June 2004 02:08, DJ Delorie wrote: > > So, what's the deal here, should I preserve long file names or not ? > > djgpp's unzip32 will always do the right thing. > > > Which one is wrong, the web site? the readme file? neither? both? > > Looks like the zip picker is wrong, although those are win2k/winxp > specific instructions. Can someone with win2k or winXP check to see > if LFNs are supported there? Both support. I have tested only WinXP Pro. However I have seen one difference between LFN support of for example Win95 and WinXP: if the length exceeds maximum permitted for Windows, then under Win95 there is no error message (name is either truncated ... or there is buffer overrun - I haven't studied more detailed). On WinXP I'm getting error message. But this difference is not DJGPP specific, as I'm getting the same for MINGW. Maybe we need some workaround for it. Andris