Sha256: 07df419d3508285594e07c8307897187d54cf1cdf4e230f436362cabd4cdb96f

Contents?: true

Size: 516 Bytes

Versions: 4

Compression:

Stored size: 516 Bytes

Contents

   # this method views an existing address record
  def loadhtmlnoterecord
 
         require 'fileutils'

	      
        begin # exception trapped block
       
       
	      fileName =  @a_viewhypernotehtml 
        
	      fd = File.open(fileName,"r")
	      @a_notedatahtml =        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.16 code/superant.com.hypernote/loadhtmlnoterecord.rb
rwdhypernote-0.12 code/superant.com.hypernote/loadhtmlnoterecord.rb
rwdhypernote-0.13 code/superant.com.hypernote/loadhtmlnoterecord.rb
rwdhypernote-0.15 code/superant.com.hypernote/loadhtmlnoterecord.rb