Date: Mon, 14 Feb 2000 09:44:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: John & Susie cc: djgpp AT delorie DOT com Subject: Re: __file_tree_walk problem?? In-Reply-To: <38A6E6CB.D32F04B3@sgi.net> 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 Sun, 13 Feb 2000, John & Susie wrote: > > On what operating system did you run that program? If that was > > Windows 9X, is it possible that you had LFN set to N in the > > environment? > > No - Dos6.2 -- see above (also compiled in DOS6.2). This partition is > visable to NT or DOS6.x only. Yes, a FAT volume under NT is another case where you could see such entries, since DJGPP programs cannot access long file names under NT. > I ran NT's 'disk checking' on the partition and it showed no errors. > Using NT I could easily copy the good files elsewhere, reformat the > partiton and then copy them back, but is it something that needs > corrected? I don't think there's any real problem, I just didn't think about the NT case when I wrote my message. I believe that what you see is supposed to happen on a FAT volume used by NT and then accessed under DOS. You simply see the additional directory entries left behind by NT for the long file names.