next up previous contents index
Next: getfil Up: Module fileutils (File: fileutils.F90) Previous: get_filename   Contents   Index


set_filename


INTERFACE:

   character(len=256) function set_filename (rem_dir, loc_fn)
DESCRIPTION:

ARGUMENTS:
     implicit none
     character(len=*), intent(in)  :: rem_dir !remote directory
     character(len=*), intent(in)  :: loc_fn  !local full path filename
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2004-06-21