# File ../../auditor/lib/kasp_auditor.rb, line 253
    def get_name(f)
      # Return the filename, minus the path
      a = f.split(File::SEPARATOR)
      return File::SEPARATOR + a[a.length()-1]
    end