Sha256: 8e397e588d3519e97a407383566d7178f95132ab89b9fbc3a7f8b0e6cad787c2
Contents?: true
Size: 598 Bytes
Versions: 2
Compression:
Stored size: 598 Bytes
Contents
# this code loads the help text tmphelpfilename = "rwdfoldeditorhelpfiles.txt" tmphelpdir = "rwd_files" begin # exception trapped block fileName = File.join(tmphelpdir ,tmphelpfilename ) fd = File.open(fileName,"r") tmphelptext = fd.read fd.close eval tmphelptext rescue SystemCallError, StandardError $rwdtinkerlog.error "foldeditor help file load: system call error: " end # exception rescue
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
bigtinker-0.97 | code/superant.com.foldeditor/helptexthashload.rb |
rwdfoldeditor-0.07 | code/superant.com.foldeditor/helptexthashload.rb |