Sha256: cf85f1c1852bd7b42bf4e751d46b02ef920b529a16d46b75b1526488918340ac

Contents?: true

Size: 394 Bytes

Versions: 80

Compression:

Stored size: 394 Bytes

Contents

# this code is to list the applets that are installed
def listinstalledfiles
  fileList      = Dir.new("installed").entries.sort.reverse.delete_if { |x| ! (x =~ /inf$/) }
  @filesresult  = fileList.rwd_method("fillappletname")
end
 
def fillappletname(inffile)
  applet                = inffile.gsub(/\.inf$/, "")
  @a_installlist        = applet
  @a_removeapplet       = applet
end

Version data entries

80 entries across 80 versions & 10 rubygems

Version Path
rwdshell-0.95 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdschedule-0.98 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdschedule-0.95 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdshell-0.93 code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
rwdshell-0.92 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdschedule-0.91 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdshell-0.94 code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
rwdshell-0.9 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdschedule-0.92 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdschedule-0.94 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdschedule-0.97 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdtinker-1.4 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdtinker-1.2 code/ll0listapplets/05listinstalledfiles.rb
rwdtinker-1.24 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdtinker-1.42 code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
rwdtinker-1.3 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdshell-0.97 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdtinker-1.23 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdtinker-1.41 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdshell-0.96 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb