Sha256: 7a1df1069d4603e93306e62a6c53ce1224549a6d67364e3436ba37b523395b9c

Contents?: true

Size: 377 Bytes

Versions: 8

Compression:

Stored size: 377 Bytes

Contents

 # this code is to archive  the event
 def archivehypernote
  oldName =  $rwdschedule_directory + "/" + @a_viewevent +  ".sch"
  newName =  $rwdschedule_directory + "/" + "archive" + "/" + @a_viewevent + ".sch"
 begin 
 File.move(oldName, newName)
  @eventfilechangeresult = "event archived" 
  rescue
  @eventfilechangeresult = "archive error"
  end
  
   end


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rwdhypernote-0.08 code/superant.com.hypernote/archivehypernote.rb
rwdhypernote-0.10 code/superant.com.hypernote/archivehypernote.rb
rwdhypernote-0.12 code/superant.com.hypernote/archivehypernote.rb
rwdhypernote-0.16 code/superant.com.hypernote/archivehypernote.rb
rwdhypernote-0.09 code/superant.com.hypernote/archivehypernote.rb
rwdhypernote-0.11 code/superant.com.hypernote/archivehypernote.rb
rwdhypernote-0.15 code/superant.com.hypernote/archivehypernote.rb
rwdhypernote-0.13 code/superant.com.hypernote/archivehypernote.rb