next up previous contents
Next: set_filename Up: Fortran: Module Interface fileutils Previous: Fortran: Module Interface fileutils   Contents

get_filename


INTERFACE:

   character(len=256) function get_filename (fulpath)
DESCRIPTION:

Returns filename given full pathname


ARGUMENTS:

     implicit none
     character(len=*), intent(in)  :: fulpath !full pathname
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15