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 mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id 11F0D7ED45 for ; Tue, 3 Jul 2012 05:30:25 +0200 (CEST) Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of ivg@ieee.org) identity=pra; client-ip=95.108.130.93; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="lisp-hacker@yandex.ru"; x-sender="ivg@ieee.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail4-smtp-sop.national.inria.fr: domain of lisp-hacker@yandex.ru designates 95.108.130.93 as permitted sender) identity=mailfrom; client-ip=95.108.130.93; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="lisp-hacker@yandex.ru"; x-sender="lisp-hacker@yandex.ru"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@forward11.mail.yandex.net) identity=helo; client-ip=95.108.130.93; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="lisp-hacker@yandex.ru"; x-sender="postmaster@forward11.mail.yandex.net"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvoEADRm8k9fbIJdm2dsb2JhbABFglWDBa9YAQMBAxSBGiIBAQEBAQgJCwkUJ4IPFBwSAWQBAok/mTiOOAaTNoEejRmCCIEUA4hEhSGHT5Jn X-IronPort-AV: E=Sophos;i="4.77,514,1336341600"; d="scan'208";a="149432290" Received: from forward11.mail.yandex.net ([95.108.130.93]) by mail4-smtp-sop.national.inria.fr with ESMTP; 03 Jul 2012 05:30:23 +0200 Received: from web29f.yandex.ru (web29f.yandex.ru [95.108.131.163]) by forward11.mail.yandex.net (Yandex) with ESMTP id 07F7FE811A6 for ; Tue, 3 Jul 2012 07:30:21 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web29f.yandex.ru (Yandex) with ESMTP id D8EB72C48077; Tue, 3 Jul 2012 07:30:21 +0400 (MSK) Received: from wimax-client.yota.ru (wimax-client.yota.ru [178.177.192.210]) by web29f.yandex.ru with HTTP; Tue, 03 Jul 2012 07:30:21 +0400 From: Ivan Envelope-From: lisp-hacker@yandex.ru To: caml-list@inria.fr MIME-Version: 1.0 Message-Id: <271211341286221@web29f.yandex.ru> Date: Tue, 03 Jul 2012 07:30:21 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/html; charset=koi8-r Subject: [Caml-list] howto: recursively iterate over filesystem
Hello!
š
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.
š
Thanks in advance!