# this method loads the on screen variables into the running class def loadrwdtorrentconfigurationvariables configfiletoload = File.join(ConfigurationDir,"rwdwtorrent.cnf") begin load configfiletoload @extratorrentconfigdatadisplay = "" @newtorrentconfigurationresult = "Config Variables loaded" rescue @extratorrentconfigdatadisplay = "" @newtorrentconfigurationresult = "loading error" end end