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,2926de1e76701fb3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!bcklog1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 28 Jun 2006 21:02:58 -0500 From: "Steve" Newsgroups: comp.lang.ada References: <1151501965.792188.167030@b68g2000cwa.googlegroups.com> Subject: Re: How would I determine the contents of a directory Date: Wed, 28 Jun 2006 19:04:26 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-RFC2646: Format=Flowed; Original Message-ID: NNTP-Posting-Host: 24.20.111.245 X-Trace: sv3-X83v7cxTo9P2yjRYjOH8AD5Mu0OYduVjBNvCkKRw/Zlq8Y67aClqBSUXYohAx1L0GmGzlbKkKEQ7jiR!HAfX041dDnhC5zWRLFJlz2eL6UknG02GbcOb2Bqb6q89elI3qSaPlVyOSQLBHNJB0sgKPLQReBBc!I0sAY9S/64kYhg== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:5262 Date: 2006-06-28T19:04:26-07:00 List-Id: "Chris L" wrote in message news:1151501965.792188.167030@b68g2000cwa.googlegroups.com... > Within Ada how would I do that? > > Thank you, > Christopher Lusardi > If you are using Ada 2005 you can use Ada.Directories. In Ada 95 the answer is depends on the target OS and Ada compiler. Steve (The Duck)