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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,366a90f2146c45e9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-19 13:36:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!newscon02.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr21.news.prodigy.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Directories and files References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 64.175.240.52 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr21.news.prodigy.com 1014154522 ST000 64.175.240.52 (Tue, 19 Feb 2002 16:35:22 EST) NNTP-Posting-Date: Tue, 19 Feb 2002 16:35:22 EST Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: SCSYASVGXZUWSVPXN[O@_WH@YR_B@EXLLBWLOOAFBATBTSUBYFWEAE[YJLYPIWKHTFCMZKVMB^[Z^DOBRVVMOSPFHNSYXVDIE@X\BUC@GTSX@DL^GKFFHQCCE\G[JJBMYDYIJCZM@AY]GNGPJD]YNNW\GSX^GSCKHA[]@CCB\[@LATPD\L@J\\PF]VR[QPJN Date: Tue, 19 Feb 2002 21:35:22 GMT Xref: archiver1.google.com comp.lang.ada:20140 Date: 2002-02-19T21:35:22+00:00 List-Id: >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!