Sha256: 0e2274a2cc448cc61f983a51d30e5cdaccf38c6586f5526270117bede5165214

Contents?: true

Size: 521 Bytes

Versions: 6

Compression:

Stored size: 521 Bytes

Contents

   # this method views an existing fold link file
  def loadrwdfoldeditlinkfile
 
         require 'fileutils'
	      
        begin # exception trapped block
      
	      fileName =  File.join($rwdfoldeditor_directory,@a_viewfoldlinkfile)
        
	      fd = File.open(fileName,"r")
	      @a_foldeditorlinkfile =        fd.read
	      
	      
        fd.close
        rescue SystemCallError, StandardError
            $stderr.print "system call error: " + $!
        end # exception rescue

  end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bigtinker-0.97 code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb
rwdfoldeditor-0.02 code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb
rwdfoldeditor-0.01 code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb
rwdfoldeditor-0.03 code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb
rwdfoldeditor-0.05 code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb
rwdfoldeditor-0.07 code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb