Date: Thu, 6 Jan 2000 12:23:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mike Demoulin cc: djgpp AT delorie DOT com Subject: Re: What is the canonical way to find out if a file exists (in g++)? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 Jan 2000, Mike Demoulin wrote: > Is there any way that I can find files with long file names? > I tried findfirst (), which is supposed to work with long file names, > with no joy. findfirst (and other DJGPP functions) support long file names only on Windows 9X. NT doesn't include the special API that lets DJGPP programs access the long names. It's all in the FAQ (section 3.3).