Date: Sun, 23 Aug 1998 18:04:42 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: can i get extended file name (like windows) using DJGPP ? In-Reply-To: <35DA0DB3.FE9276AB@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 19 Aug 1998, unknown wrote: > i was wondering if there is a function in DJGPP that reads long file > names (more than 8 characters) ? Just set LFN=y in the environment, and DJGPP's built-in long file name support will kick in. > and if there is a function that returns disk space that is larger than > 2GB ? No. But you can use __dpmi_int to call the relevant DOS function directly. > does it support FAT32 in any way ? What special support are you thinking about?