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 UAA28269; Wed, 21 Aug 2002 20:43:38 +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 UAA28325 for ; Wed, 21 Aug 2002 20:43:37 +0200 (MET DST) Received: from mallaury.noc.nerim.net (mallaury.noc.nerim.net [62.4.17.82]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g7LIha919197 for ; Wed, 21 Aug 2002 20:43:36 +0200 (MET DST) Received: from cobalt.max.fr (zoggy.net1.nerim.net [62.212.116.8]) by mallaury.noc.nerim.net (Postfix) with SMTP id B5FA262D32; Wed, 21 Aug 2002 20:43:32 +0200 (CEST) Date: Wed, 21 Aug 2002 20:33:00 +0200 From: Maxence Guesdon To: "Kontra, Gergely" Cc: caml-list@inria.fr Subject: Re: [Caml-list] finding files Message-Id: <20020821203300.3cc09679.maxence.guesdon@inria.fr> In-Reply-To: References: <20020821195241.60642d43.maxence.guesdon@inria.fr> Organization: INRIA X-Mailer: Sylpheed version 0.6.6 (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 On Wed, 21 Aug 2002 20:24:40 +0200 (CEST) "Kontra, Gergely" wrote: > >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 > > Nice. But how to do it under windows? You can use the same functions under Windows, they are emulated. See http://caml.inria.fr/ocaml/htmlman/manual035.html -- 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