Date: Sun, 08 Oct 2000 17:13:30 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: jbfraleigh AT hotmail DOT com Message-Id: <5137-Sun08Oct2000171329+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <8rpvov$220$1@nnrp1.deja.com> (jbfraleigh@hotmail.com) Subject: Re: DJGPP, FreeDOS and file access References: <8rkmnt$8sq$1 AT nnrp1 DOT deja DOT com> <8rl79u$mce$1 AT nnrp1 DOT deja DOT com> <2110-Sat07Oct2000131727+0300-eliz AT is DOT elta DOT co DOT il> <8rpvov$220$1 AT nnrp1 DOT deja DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: jbfraleigh AT hotmail DOT com > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 08 Oct 2000 14:19:13 GMT > > I suspect the > difference between _dos_findfirst and findfirst goes deeper than just > LFN support -- They use different file control structures Hmm? What different structures did you have in mind? The structures they return are different (for compatibility with different compilers), but internally they call the same DOS function and pull the same data from the transfer buffer.