From: samir AT miami DOT mindspring DOT com (Sam Barjoud) Newsgroups: comp.os.msdos.djgpp Subject: LFNs work except with dos_findfirst/next Date: Sat, 10 Jan 1998 22:27:37 GMT Organization: MindSpring Enterprises, Inc. Lines: 15 Message-ID: <698smk$ppc@camel19.mindspring.com> Reply-To: samir AT miami DOT mindspring DOT com NNTP-Posting-Host: user-38lc3m2.dialup.mindspring.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk _USE_LFN reports 1, and fopen()/fwrite() can access and create files with lfns....but dos_findfirst and dos_findnext return truncated filenames. Not sure if this is the problem, but here's the way in which I invoke dos_findfirst: if(_dos_findfirst("*.c", _A_NORMAL, &ff)) { /*...*/ Samir Barjoud samir AT mindspring DOT com