Browse thread
[Caml-list] finding files
-
Kontra, Gergely
-
Kontra, Gergely
-
Maxence Guesdon
-
Kontra, Gergely
- Lionel Fourquaux
- Maxence Guesdon
-
Kontra, Gergely
-
Maxence Guesdon
-
Kontra, Gergely
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2002-08-21 (18:43) |
From: | Maxence Guesdon <maxence.guesdon@i...> |
Subject: | Re: [Caml-list] finding files |
On Wed, 21 Aug 2002 20:24:40 +0200 (CEST) "Kontra, Gergely" <kgergely@mlabdial.hit.bme.hu> 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