From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA27037; Wed, 21 Aug 2002 19:52:49 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA27232 for ; Wed, 21 Aug 2002 19:52:49 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g7LHqf917918; Wed, 21 Aug 2002 19:52:42 +0200 (MET DST) Received: from santenay.inria.fr (santenay.inria.fr [128.93.8.59]) by pauillac.inria.fr (8.7.6/8.7.3) with SMTP id TAA27239; Wed, 21 Aug 2002 19:52:41 +0200 (MET DST) Date: Wed, 21 Aug 2002 19:52:41 +0200 From: Maxence Guesdon To: "Kontra, Gergely" Cc: caml-list@inria.fr Subject: Re: [Caml-list] finding files Message-Id: <20020821195241.60642d43.maxence.guesdon@inria.fr> In-Reply-To: References: Organization: INRIA X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > >Is there a way to search for files in a given directory? I want to > >program a lightweight windows commander clone... > I mean to get all the files in a directory. > And how to figure their size, attributes.... > > Gergo > > +-[Kontra, Gergely @ Budapest University of Technology and Economics]-+ > | Email: kgergely@mcl.hu, kgergely@turul.eet.bme.hu | > | URL: turul.eet.bme.hu/~kgergely Mobile: (+36 20) 356 9656 | > +-------"Olyan langesz vagyok, hogy poroltoval kellene jarnom!"-------+ > . > Magyar php mirror es magyar php dokumentacio: http://hu.php.net > > ------------------- > To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr > Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Under Unix, use the following functions in the Unix module: Unix.opendir Unix.readdir Unix.stat (and the various fields of the returned value) Unix.closedir -- Maxence Guesdon ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners