Date: Thu, 6 Jan 2000 12:22:12 +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: > Here is the directory listing: > C:\FT>dir C:\FT\FT4WIN\FTCOMINTEGRATED.OCX.ZIP > Volume in drive C has no label. > Volume Serial Number is F4DE-6D7B > > Directory of C:\FT\FT4WIN > > 12/28/99 07:15p 58,134 FTCOMINTEGRATED.OCX.ZIP > 1 File(s) 58,134 bytes > 326,311,936 bytes free If you are looking for a long file name on NT, DJGPP programs won't find it. Try "dir /x" and look for the short 8+3 alias: that's all DJGPP programs are allowed to see on NT.