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,ea884956d1f3b172,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!news.mixmin.net!.POSTED!not-for-mail From: Kulin Remailer Newsgroups: comp.lang.ada Subject: How do I use GNAT.Directory_Operations.Iteration? Date: 14 Mar 2011 18:18:35 -0000 Organization: Kulin Remailer Message-ID: <4DDV7LQ340617.0962384259@reece.net.au> Injection-Info: news.mixmin.net; posting-host="01ba22ccb67a79b841276309123c180a"; logging-data="9499"; mail-complaints-to="abuse@mixmin.net" Comments: X-Remailer-Contact: abuse@reece.net.au (English Only Please) Xref: g2news1.google.com comp.lang.ada:18181 Date: 2011-03-14T18:18:35+00:00 List-Id: I need to navigate through a directory structure. It seems like GNAT.Directory_Operations.Iteration would help but I don't know how to use it. I guess it should be instantiated as a generic but I don't understand what syntax to use. Decorum prevents me from posting my futile attempts to do that! Can anyone explain how I should instantiate and use it?