From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmet Ford Subject: Re: Directory contents Date: Sat, 27 Nov 2004 17:38:44 -0500 Message-ID: <41A901F4.60808@optonline.net> References: <200411271900.48627.hitoc_mail@yahoo.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: <200411271900.48627.hitoc_mail@yahoo.it> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: HIToC Cc: Linux C programming , Linux Assembly opendir, readdir, closedir are C standard library calls. HIToC wrote: >Hi all! > >I want to write a function that can read the contents of a specified directory >in order to find a certain type of file or to copy a directory-tree or >something else. >Neverthless I need of some system functions that find the files that are >contained in that directory (like FINDFIRST and FINDNEXT under ms-dos). > >Who can help me? > > >