Sha256: d68701c300d6ede13f5fdb8555c248ca42c3b802b8075a8e92a7002bda0241b3

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

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

           tmpfilename = "rwdwmpd-" + RwdMpdVersion + ".cnf"
           configfiletoload = File.join(ConfigurationDir, tmpfilename )
        begin
          load configfiletoload
        rescue
            if $DEBUG
                $stderr.puts "config loading error"
           end
      end
  end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwdmpd-0.06 code/superant.com.rwdmp3/loadconfigurationvariables.rb