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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3689d3c938c589e5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-17 03:21:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!small.news.tele.dk!213.204.128.162!news000.worldonline.se!newsfeed01.nntp.se.dataphone.net!nntp.se.dataphone.net!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!not-for-mail From: "Andreas Valdusson" Newsgroups: comp.lang.ada Subject: Directory listings and path names Date: Thu, 17 Jan 2002 12:21:24 +0100 Organization: Chalmers University of Technology Message-ID: NNTP-Posting-Host: dynamic-193-225.dialup.chalmers.se X-Trace: nyheter.chalmers.se 1011266485 16350 129.16.193.225 (17 Jan 2002 11:21:25 GMT) X-Complaints-To: abuse@chalmers.se NNTP-Posting-Date: 17 Jan 2002 11:21:25 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:19008 Date: 2002-01-17T11:21:25+00:00 List-Id: If I have the name of a directory, and want ADA to get the names of all sub-directories of this one, how do I do? How do I get the contents of a specific directory (ie. the names for all subdirectories and files) and how do I know which of these that are sub-directories an which are files? /Andreas