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,24a59fbc07128ff8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-04 14:09:48 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: rename missing in Text_IO Date: 04 May 2001 23:15:29 +0200 Organization: Enyo's not your organization Message-ID: <87oft8q0i6.fsf@deneb.enyo.de> References: <3af28c5a.12778070@news.nl.uu.net> <3myI6.1012$vg1.75928@www.newsranger.com> <3af2b51c.23213509@news.nl.uu.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: newsfeed.google.com comp.lang.ada:7181 Date: 2001-05-04T23:15:29+02:00 List-Id: serious@clerk.com (Noam Kloos) writes: > I did a workaround for the rename effect. > see my zip file http://www.noam.nl/download/stripit.zip > I read a file into a new one, then delete the sourcefile and close > the destinationfile with the different name. This works only on some platforms. I don't think it will give the expected result on MacOS or VMS.