Sha256: 236bf3e39c5806d0960025f0a285e8c911924f25a9c4683fb45116b008345951

Contents?: true

Size: 647 Bytes

Versions: 2

Compression:

Stored size: 647 Bytes

Contents

   # this method puts the configuration rexord on the screen
  def loadrwddialogconfiguration
 
         require 'fileutils'
          
               @a_diaconfigurationfilename = "rwdwdialogmap.cnf" 
        
	      
        begin # exception trapped block
       
       Dir.chdir($progdir)
	      fileName = File.join(ConfigurationDir, @a_diaconfigurationfilename )
        
        
	      fd = File.open(fileName,"r")
	      @a_diaconfigurationfile=        fd.read
        fd.close
        rescue SystemCallError, StandardError
            $stderr.print "system call error: " + $!
        end # exception rescue

  end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rwddialogmap-0.02 code/superant.com.dialogmap/loadconfigurationrecord.rb
rwdhypernote-0.16 code/superant.com.dialogmap/loadconfigurationrecord.rb