Sha256: 8feb361b80145a7649994179b2d214c88fd21a2ff7c0975710671d53642abdca

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 Bytes

Contents

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



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwdschedule-0.93 code/superant.com.rwdtinkerbackwindow/listzips.rb