Date: Thu, 28 Aug 1997 12:39:44 +0300 (IDT) From: Eli Zaretskii To: Scott Blachowicz cc: djgpp AT delorie DOT com Subject: Re: DJGPP & LFNs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 26 Aug 1997, Scott Blachowicz wrote: > >>>>> "Eli" == Eli Zaretskii > Eli> DJGPP supports LFN automatically. > > Depends on the OS...as far as DJGPP is concerned NT (4.0, at least) > appears to be DOS 5.50 (or something like that), and the DPMI INT to get > long filename info doesn't appear to be supported. LFN is only supported when it is available. That is the meaning of the word ``automatically'' in my message. NT doesn't make the LFN API available to DOS programs, so in that sense it is the same as plain DOS. Which means LFN is unavailable to DJGPP programs on NT. (The DJGPP FAQ says so as well, btw.)