Date: Thu, 11 Dec 1997 16:05:37 +0200 (IST) From: Eli Zaretskii To: Rob Snel cc: djgpp AT delorie DOT com Subject: Re: long filenames not available to DJGPP on NT? In-Reply-To: <348FD477.748@tpd.tno.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 11 Dec 1997, Rob Snel wrote: > Why produces the ls command on win95 proper (long) filenames, while on > winNT4 the whole story is abreviated again to something with a tilde? NT doesn't include the special LFN API that allows DOS programs to see the long file names. So you cannot have them from DJGPP programs. This is explained in the DJGPP FAQ list. Maybe if enough people yelled at Microsoft, they would include the LFN API in a future version (yeah, right). Or maybe somebody who needs this badly enough will sit down and write a free LFN server for Windows NT... Maybe even you ;-)