From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 7FB627ED45 for ; Tue, 3 Jul 2012 08:20:05 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of steph@glondu.net) identity=pra; client-ip=138.231.136.3; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="steph@glondu.net"; x-sender="steph@glondu.net"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of steph@glondu.net) identity=mailfrom; client-ip=138.231.136.3; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="steph@glondu.net"; x-sender="steph@glondu.net"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of postmaster@rouge.crans.org designates 138.231.136.3 as permitted sender) identity=helo; client-ip=138.231.136.3; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="steph@glondu.net"; x-sender="postmaster@rouge.crans.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsECABuO8k+K54gDgWdsb2JhbABFhVqxECIBARYmJ4IZAQUjVQEQCxoCBRYLAgIJAwIBAgFFBg0BBwKIBwQHp3qTLYEgihiFCIESA5U1gRKERI0O X-IronPort-AV: E=Sophos;i="4.77,514,1336341600"; d="scan'208";a="165359281" Received: from rouge.crans.org ([138.231.136.3]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 03 Jul 2012 08:20:04 +0200 Received: from localhost (localhost.crans.org [127.0.0.1]) by rouge.crans.org (Postfix) with ESMTP id A5DF28480; Tue, 3 Jul 2012 08:19:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at crans.org Received: from rouge.crans.org ([10.231.136.3]) by localhost (rouge.crans.org [10.231.136.3]) (amavisd-new, port 10024) with LMTP id eFoTU8eaiJ36; Tue, 3 Jul 2012 08:19:46 +0200 (CEST) Received: from [192.168.39.1] (fbx.up7.fr [81.56.96.177]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by rouge.crans.org (Postfix) with ESMTPSA id 69CD28077; Tue, 3 Jul 2012 08:19:31 +0200 (CEST) Message-ID: <4FF28EEA.7060009@glondu.net> Date: Tue, 03 Jul 2012 08:19:22 +0200 From: =?UTF-8?B?U3TDqXBoYW5lIEdsb25kdQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4 MIME-Version: 1.0 To: Ivan CC: caml-list@inria.fr References: <271211341286221@web29f.yandex.ru> In-Reply-To: <271211341286221@web29f.yandex.ru> X-Enigmail-Version: 1.4.1 OpenPGP: id=49881AD3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Caml-list] howto: recursively iterate over filesystem Le 03/07/2012 05:30, Ivan a =C3=A9crit : > Are there any libraries that allow to walk through a filesystem (linux > filesystem in particular). At best I would like to find some library > that provides an ``iter'' function that will recursively iterate over > files and subdir in the given folder. At the very best, a library > resembling (by functionality) boost.filesystem will be very nice. http://forge.ocamlcore.org/projects/ocaml-fileutils/ Cheers, --=20 St=C3=A9phane