comp.lang.ada
 help / color / mirror / Atom feed
From: "David Botton" <David@Botton.com>
To: <comp.lang.ada@ada.eu.org>
Subject: Re: How to rename a file?
Date: Thu, 27 Sep 2001 23:16:50 -0400
Date: 2001-09-27T23:16:50-04:00	[thread overview]
Message-ID: <mailman.1001647056.21750.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: MYKs7.11405$%r.2963162@news20.bellglobal.com

> Is there a way to rename files in Ada?

Using GNAT, you would use

GNAT.OS_Lib.Rename_File (Old_Name, New_Name);

Take a look around the GNAT.* packages, you will find many goodies!

David Botton




  parent reply	other threads:[~2001-09-28  3:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-27 19:43 How to rename a file? Pi
2001-09-27 23:09 ` tmoran
2001-09-27 23:36   ` Larry Kilgallen
2001-09-28  2:16 ` DuckE
2001-09-28  2:54   ` Pi
2001-09-28  3:41   ` David Botton
2001-09-28  7:39     ` Lutz Donnerhacke
2001-09-28 17:34     ` Pascal Obry
2001-09-28 18:39       ` Larry Kilgallen
2001-09-30  1:51       ` David Botton
2001-09-30  8:53         ` Pascal Obry
2001-09-30 10:21           ` Florian Weimer
2001-09-30 14:53             ` Pascal Obry
2001-09-29  5:02     ` DuckE
2001-09-28  3:16 ` David Botton [this message]
2001-09-28 16:03   ` Jeffrey Carter
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox