Sha256: 37c76e26ee43caf462452d5febe559efd94df764a966af47e09663b1c7616ea8
Contents?: true
Size: 428 Bytes
Versions: 24
Compression:
Stored size: 428 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
24 entries across 24 versions & 7 rubygems