Sha256: e3f358887062a6887f229de204c30615008d8aaf5688bb1087a54897d82b6cc5

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

   # this method loads the on screen variables into the running class
   def loadrwdtorrentconfigurationvariables

    tmpfilename = "rwdwtorrent-" + RwdTorrentVersion + ".cnf"    
   configfiletoload = File.join(ConfigurationDir, tmpfilename)
   begin
    load configfiletoload
    @extratorrentconfigdatadisplay = ""
@newtorrentconfigurationresult = "Config Variables loaded"
rescue
 @extratorrentconfigdatadisplay = ""
 @newtorrentconfigurationresult = "loading error"
 end
  end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwdtorrent-0.06 code/superant.com.rwdtorrent/loadconfigurationvariables.rb