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,9d97d1b03d2c8483 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-14 13:41:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: Directory Listing Date: Tue, 14 Jan 2003 22:41:08 +0100 Organization: UNI-C Message-ID: <3E2483F4.7040101@nbi.dk> References: NNTP-Posting-Host: kaoslx07.nbi.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.net.uni-c.dk 1042580469 38784 130.225.212.98 (14 Jan 2003 21:41:09 GMT) X-Complaints-To: usenet@news.net.uni-c.dk NNTP-Posting-Date: Tue, 14 Jan 2003 21:41:09 +0000 (UTC) User-Agent: Any Browser, HTML 4.01, XHTML 1.0 X-Accept-Language: fo, sv, no, is, da, German [de] Xref: archiver1.google.com comp.lang.ada:33017 Date: 2003-01-14T22:41:08+01:00 List-Id: Rick Selby wrote: > Basically I'd like a program that I can run in a directory, that will be > able to read in the names of the files in the directory, do stuff with them, > then create some directories and move the files around. Since you are using GNAT, you could take a look at the package GNAT.OS_Lib. If you want a more general solution, you should use a POSIX library (Florist is one option). Greetings, Jacob -- "In space, no-one can press CTRL-ALT-DEL" -- An Ada programmer