# File rddc_text_file.rb, line 108
  def set_file(txt_file)
    @txt_file = File.expand_path(txt_file) + " " .chop
  end