From: kadams AT apk DOT net (K.C. Adams) Newsgroups: comp.os.msdos.djgpp Subject: LFN vs Short(8.3) file names Date: Mon, 31 May 1999 07:25:04 -0400 Organization: APK Net Message-ID: NNTP-Posting-Host: as2-icg-78.cleveland.apk.net X-Trace: plonk.apk.net 928149705 7756 207.54.186.181 (31 May 1999 11:21:45 GMT) X-Complaints-To: abuse AT apk DOT net NNTP-Posting-Date: 31 May 1999 11:21:45 GMT X-Newsreader: MicroPlanet Gravity v2.10 Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Trying to write a little commandline utility under windows 95. I need to access the dos (short/8.3) filename as well as the windows LFN. I'm currently using the djgpp compiler. I can get either of the filenames using findfirst/findnext and picking it out of the returned structure. Can someone tell me if there is a way to get them both? Thanks in advance, -K-