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: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad.newshosting.com!newshosting.com!newspeer.monmouth.com!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: File rename in Ada95 Date: Thu, 30 Oct 2008 13:32:24 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1225387944 13938 192.74.137.71 (30 Oct 2008 17:32:24 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Thu, 30 Oct 2008 17:32:24 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:WKlbUxaZeGLm4LeREOq4iLLniHw= Xref: g2news1.google.com comp.lang.ada:2535 Date: 2008-10-30T13:32:24-04:00 List-Id: Maciej Sobczak writes: > 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. In GNAT, you can use Ada.Directories in Ada 95 mode. - Bob