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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,24a59fbc07128ff8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-04 06:43:50 PST Path: newsfeed.google.com!newsfeed.stanford.edu!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3af28c5a.12778070@news.nl.uu.net> Subject: Re: rename missing in Text_IO Message-ID: <3myI6.1012$vg1.75928@www.newsranger.com> X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Fri, 04 May 2001 09:43:27 EDT Organization: http://www.newsranger.com Date: Fri, 04 May 2001 13:43:27 GMT Xref: newsfeed.google.com comp.lang.ada:7149 Date: 2001-05-04T13:43:27+00:00 List-Id: In article <3af28c5a.12778070@news.nl.uu.net>, Noam Kloos says... >I just played with filtering some textfiles and found there is no >function to rename a file; That's right. There's no function to delete a file, or list a directory either. That's all stuff that's considered part of the OS, and thus you are expected to make the appropriate OS calls for your platform. Most of the time, your Ada vendor will have supplied a package that has bindings to those OS calls, but what it is depends on your vendor and platform. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com