Sha256: 70f1eb01ae399609837ab973c5158a8fb0c777a452824af0f83f09f6b4430e98
Contents?: true
Size: 674 Bytes
Versions: 1
Compression:
Stored size: 674 Bytes
Contents
# this method puts the configuration rexord on the screen def loadrwdscheduleconfiguration require 'fileutils' @a_schconfigurationfilename = RwdScheduleName+"-"+RwdScheduleVersion+".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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bigtinker-0.95 | code/superant.com.schedule/loadconfigurationrecord.rb |