comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <jeffrey.carter@boeing.com>
Subject: Re: How to rename a file?
Date: Fri, 28 Sep 2001 16:03:53 GMT
Date: 2001-09-28T16:03:53+00:00	[thread overview]
Message-ID: <3BB49F69.7116A2CC@boeing.com> (raw)
In-Reply-To: mailman.1001647056.21750.comp.lang.ada@ada.eu.org

For portability, I would suggest using Posix.Files.Rename. Posix is both
OS and compiler independent. Implementations exist for most platforms.

GNAT.OS_Lib is OS independent but compiler dependent. Putting Win32
calls in your code is probably compiler independent but definitely OS
dependent.

-- 
Jeffrey Carter



      reply	other threads:[~2001-09-28 16:03 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
2001-09-28 16:03   ` Jeffrey Carter [this message]
replies disabled

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