Sha256: 2decbd2fb5c98d2f1451002d35776bb53b9ba9cde7145b8114cb875f78b655c2

Contents?: true

Size: 437 Bytes

Versions: 5

Compression:

Stored size: 437 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rwdtorrent-0.02 code/superant.com.rwdtorrent/loadconfigurationvariables.rb
rwdtorrent-0.01 code/superant.com.rwdtorrent/loadconfigurationvariables.rb
rwdtorrent-0.03 code/superant.com.rwdtorrent/loadconfigurationvariables.rb
rwdtorrent-0.04 code/superant.com.rwdtorrent/loadconfigurationvariables.rb
rwdtorrent-0.05 code/superant.com.rwdtorrent/loadconfigurationvariables.rb