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-Thread: 103376,b0f7b966bf5d7b74 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2!news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Fri, 31 Oct 2008 21:00:03 +0100 From: Thomas Locke User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: File rename in Ada95 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <490b63c3$0$90267$14726298@news.sunsite.dk> Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 83.91.213.86 X-Trace: news.sunsite.dk DXC=i4F;gYSB=nbEKnkkf2;89Q0P2=b]KcSoP8OK@h@kCUDmHHZ?e:WTk`c[X5;oSdJ13oOVOhbfVfKRE0;eHg X-Complaints-To: staff@sunsite.dk Xref: g2news2.google.com comp.lang.ada:8270 Date: 2008-10-31T21:00:03+01:00 List-Id: Maciej Sobczak wrote: > Hi, > > What is the recommended way to rename a file in Ada95? > Ada.Directories is not invented yet and GNAT.Directory_Operations is > not smart enough. > Target platform: Linux. http://www.cs.scranton.edu/~beidler/Ada/posix/posix-files.html More here: http://edb.jacob-sparre.dk/Posix_in_Ada/ I'm way too much of a newbie to know if this is what you're looking for, but at least it's an option. :o) /Thomas