From: "Marcus Persson" Newsgroups: comp.os.msdos.djgpp Subject: Need help with findfirst(..) (not the "two characters lost" progblem...) Date: 23 Jul 1997 18:10:12 GMT Organization: A customer of Tele2 Lines: 9 Message-ID: <01bc978a$dd9f0ac0$6793f482@marcus> NNTP-Posting-Host: mn8.swip.net Cache-Post-Path: mn8!s-283831 AT dialup147-5-3 DOT swipnet DOT se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I can't get findfirst to search for files through the sub directories (with FA_DIREC)... Plese help me... I'm using Win 95 / DOS 7.0 and DJGPP v 2.10 struct ffblk file_inf; int done; printf("File(s) found:\n"); done = findfirst ("*.txt",&file_inf,FA_DIREC);