Sha256: 7e1af1dca8ec28b1de9191d168e8d572ad29564b8ecc0f49c224570dc48b29d2
Contents?: true
Size: 653 Bytes
Versions: 2
Compression:
Stored size: 653 Bytes
Contents
# this method puts the configuration rexord on the screen def loadrwdscheduleconfiguration require 'fileutils' @a_schconfigurationfilename = "#{RwdScheduleName}.cnf" begin # exception trapped block Dir.chdir($progdir) fileName = File.join(ConfigurationDir, @a_schconfigurationfilename) fd = File.open(fileName,"r") @a_schconfigurationfile = 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 |
---|---|
bigtinker-0.98 | code/superant.com.schedule/loadconfigurationrecord.rb |
rwdschedule-0.07 | code/superant.com.schedule/loadconfigurationrecord.rb |