Sha256: 2df422a55337a6343ac570805e5c9724100cabf5f7608f2aa387a6838ec38266

Contents?: true

Size: 639 Bytes

Versions: 4

Compression:

Stored size: 639 Bytes

Contents

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

  end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rwdhypernote-0.11 code/superant.com.hypernote/loadconfigurationrecord.rb
rwdhypernote-0.09 code/superant.com.hypernote/loadconfigurationrecord.rb
rwdhypernote-0.10 code/superant.com.hypernote/loadconfigurationrecord.rb
rwdhypernote-0.08 code/superant.com.hypernote/loadconfigurationrecord.rb