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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9d95253b5b983be4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: vxWorks Directory Browsing Date: Mon, 28 Feb 2005 19:26:01 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1109612104.857067.266310@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: host81-154-188-69.range81-154.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: titan.btinternet.com 1109618761 21636 81.154.188.69 (28 Feb 2005 19:26:01 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Mon, 28 Feb 2005 19:26:01 +0000 (UTC) In-Reply-To: <1109612104.857067.266310@z14g2000cwz.googlegroups.com> X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) Xref: g2news1.google.com comp.lang.ada:8542 Date: 2005-02-28T19:26:01+00:00 List-Id: matthew.gaehring@lmco.com wrote: > I need to be able to search a particular directory and pull in a > listing of all subdirectories that exist within that directory. I am > using AdaMULTI 2000 compiling to run on a vxWorks 5.4 platform. I know > GNAT has a nice and easy package to handle all that, unfortunately I > have no choice but to use AdaMULTI, can anyone help me out with a > method that would work? > For VxWorks, I'd be tempted to try and port the POSIX bindings from http://libre.act-europe.fr/GNAT/ specifically http://libre.act-europe.fr/GNAT/3.15p/florist-3.15p-src.tgz Cheers -- Martin