Message-ID: <000001bedc88$f26dd5e0$257336ce@sandrajo> From: "Christopher Nelson" To: References: <19990730180152 DOT 27043 DOT 00003595 AT ng-cb1 DOT aol DOT com> Subject: Re: c question Date: Sat, 31 Jul 1999 09:07:11 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com > I want a program to look for a certain file type and print it out on the screen > and tell me how many files their are. is their an easy way to do this? try findfirst and findnext.