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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!proxad.net!feeder1-2.proxad.net!news.wiretrip.org!news.dizum.com!sewer-output!mail2news From: Nomen Nescio Newsgroups: comp.lang.ada Subject: Re: How do I use GNAT.Directory_Operations.Iteration? References: <1qu5ftcmzm7ib$.1136j6nf4hmwu.dlg@40tude.net> Message-ID: <6aeb51a133df5c661bc550bfb036b6b4@dizum.com> Date: Tue, 15 Mar 2011 10:51:40 +0100 (CET) Mail-To-News-Contact: abuse@dizum.com Organization: mail2news@dizum.com Xref: g2news2.google.com comp.lang.ada:19175 Date: 2011-03-15T10:51:40+01:00 List-Id: Hi everyone, thanks for your examples. My problem is instantiating the GNAT.Directory_Operations.Iteration package and all of your answers are about using Ada.Directories in code, which is not what I am asking about. I may use your examples instead of the GNAT package because it would be more portable, but I would like to understand how to instantiate the GNAT package. I cannot figure the right syntax. Thank you.