Sha256: 190fe1775aad8c2567a50ee93414066ee28b449aaf17d81d370e1b809a81206f
Contents?: true
Size: 513 Bytes
Versions: 13
Compression:
Stored size: 513 Bytes
Contents
# this method views an existing address record def deleteeventrecord require 'fileutils' if @a_viewevent $currenteventtext = @a_viewevent end begin # exception trapped block fileName = $rwdschedule_directory + "/" + $currenteventtext + ".sch" File.delete(fileName) @eventfilechangeresult = "File Deleted!" rescue @eventfilechangeresult = "File Deletion error" end # exception rescue end
Version data entries
13 entries across 13 versions & 2 rubygems