Sha256: acf9ebb4fd650824c43c2dfc758b40f2442b5e2bd904440ce354db85363722a4

Contents?: true

Size: 392 Bytes

Versions: 33

Compression:

Stored size: 392 Bytes

Contents

# this code is to list the zipped applets that can be installed
def listzipfilestoinstall
  fileList      = Dir.new("zips").entries.sort.reverse.delete_if { |x| ! (x =~ /zip$/) }
  @zipslistresult  = fileList.rwd_method("fillziptoinstallname")
end
 
def fillziptoinstallname(inffile)
  applet                = inffile.gsub(/\.zip$/, "")
  @a_installapplet        = applet
  
end



Version data entries

33 entries across 25 versions & 6 rubygems

Version Path
rwdshell-0.9 code/lm1installapplets/ll5listzips.rb
rwdshell-0.9 code/xb1rwdtinkerbackwindow/ll5listzips.rb
rwdshell-0.92 code/xb1rwdtinkerbackwindow/ll5listzips.rb
rwdshell-0.93 code/xb1rwdtinkerbackwindow/listzips.rb
rwdtinker-1.23 code/lm1installapplets/ll5listzips.rb
rwdtinker-1.41 code/xb1rwdtinkerbackwindow/ll5listzips.rb
rwdtinker-1.24 code/xb1rwdtinkerbackwindow/ll5listzips.rb
rwdtinker-1.4 code/xb1rwdtinkerbackwindow/ll5listzips.rb
rwdtinker-1.23 code/xb1rwdtinkerbackwindow/ll5listzips.rb
rwdtinker-1.2 code/lm1installapplets/ll5listzips.rb
rwdtinker-1.3 code/xb1rwdtinkerbackwindow/ll5listzips.rb
rwdtinker-1.42 code/xb1rwdtinkerbackwindow/listzips.rb
rwdtinker-1.24 code/lm1installapplets/ll5listzips.rb