From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dd794611c94e9169 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!gegeweb.org!aioe.org!not-for-mail From: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= Newsgroups: comp.lang.ada Subject: Re: Ada.Directories and network shares Date: Mon, 16 Aug 2010 21:16:40 +0200 Organization: Ada At Home Message-ID: References: <1ba1dga9eoydh.10v0tx3bl9yxw$.dlg@40tude.net> NNTP-Posting-Host: k3GxHhLOzON8NRi+WQWeSw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.61 (Win32) Xref: g2news1.google.com comp.lang.ada:13424 Date: 2010-08-16T21:16:40+02:00 List-Id: Le Sat, 17 Jul 2010 12:43:15 +0200, Dmitry A. Kazakov = a =E9crit: > It seems that Ada.Directories is broken. Neither under Fedora or Debia= n = > the > following can walk a network share (cifs). The following does not work= = > with > mounted shares: Not the same case as yours, I also get into troubles with Ada.Directorie= s = and some characters in file names. This made though this may be a good = idea to create your own if the target platform is known or are known. The trouble that I could not even work around using exception handlers, = = because as soon a exception occurred, all the directory exploration was = = break (no way to resume at the next item).