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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,366a90f2146c45e9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-20 09:55:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.online.be!ams.uu.net!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!news.ya.com!yacom!not-for-mail From: "Jos� Alberto" Newsgroups: comp.lang.ada Subject: Re: Directories and files Date: Wed, 20 Feb 2002 18:54:54 +0100 Organization: ya.com internet factory Message-ID: References: NNTP-Posting-Host: 213-98-60-44.adsl.ya.com X-Trace: news.ya.com 1014227693 16347 213.98.60.44 (20 Feb 2002 17:54:53 GMT) X-Complaints-To: newsmaster@ya.com NNTP-Posting-Date: Wed, 20 Feb 2002 17:54:53 +0000 (UTC) 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:20175 Date: 2002-02-20T18:54:54+01:00 List-Id: As I haven't clear enought I must point that I need to make a program in ADA which shows trees, files, sizes, etc. If anybody knows a library in ADA please tell me!!! Thanks in advance Jos� Alberto "Jos� Alberto" escribi� en el mensaje news:a4vlt9$kb9$1@news.ya.com... > It is just under DOS. I need to show folders, files and sizes. > > Thans in advance > > Jos� Alberto > > escribi� en el mensaje > news:uyzc8.1443$HO7.1345711167@newssvr21.news.prodigy.com... > > >Could anybody tell me if there is a library or kind of program which > tells > > >me the structure of a disk? I mean if there is a way to show the > structure > > >of a folder (with subfolders and files). > > Could you be more specific about what you want? Under DOS or Windows > > command line, you can use "tree foldername" to display the subfolders. > > I have a program that displays the tree showing sizes of files & folders. > > There are libraries that let your program step through a directory > > and its subdirectories. There are also platforms which don't have > folders, > > or even disks! > >