Sha256: 0d7d923c2fea9041141e1de8768aea6c7537cda11081fb044e3bec9e6b42dde3

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

   # 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

Version data entries

1 entries across 1 versions & 1 rubygems

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