AIRES library reference: mvfile.


c
c     Routine directly callable from C/C++ (it could be necessary to
c     append an underscore, "_", to its name depending on the C/C++
c     compiler used).
c
c
      subroutine mvfile(oldname, newname, rc)
c
c     Renaming a file.
c
c     Written by: S. J. Sciutto, La Plata 2000.
c
c     Arguments:
c     =========
c
c     oldname......... (input, character*(*)) Current file name.
c     newname......... (input, character*(*)) Name of the file after
c                      renaming it. If newname exists, the default
c                      action is to overwrite it.
c     rc.............. (output, integer) The system return code after
c                      the renaming operation. 0 corresponds to success.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]