Date: Mon, 2 Aug 1999 16:59:30 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rogerio Gehring cc: djgpp AT delorie DOT com Subject: Re: How do i read Long File Names? In-Reply-To: <19990802133727.82565.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 2 Aug 1999, Rogerio Gehring wrote: > I would like to know if there is a function in DJGPP that return the Long > File Name and not the DOS Names of the archives in a directory. This should happen automatically. Just call findfirst/findnext or opendir/readdir library functions, and they should return long file names if the program runs on Windows 9X.