Date: Wed, 4 Nov 1998 13:58:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Schuster cc: djgpp AT delorie DOT com Subject: Re: Bash - long filenames? In-Reply-To: <36402294.A7755332@eev.e-technik.uni-erlangen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 4 Nov 1998, Michael Schuster wrote: > I've just tried to work with bash on my Win95 system and was wondering > if bash supports the long filenames of the windows -Fat system. It supports long file names on Windows 9X, but not on Windows NT, because NT doesn't provide the LFN API used by DJGPP programs to access long names. You didn't tell which version of Windows did you use, but if that was 95/98, Bash should support long names, as all other DJGPP programs do.