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
rwddemo-0.6 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwddemo-0.8 code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
rwddemo-0.90 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwddemo-0.91 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwddemo-0.7 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdhypernote-0.03 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdgutenberg-0.03 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdhypernote-0.05 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdhypernote-0.06 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdhypernote-0.04 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdmovies-0.92 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdmovies-0.7 code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
rwdmovies-0.93 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdmovies-0.90 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdmovies-0.91 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
rwdschedule-0.6 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdschedule-0.9 code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
rwdschedule-0.5 code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
rwdschedule-0.8 code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
rwdschedule-0.96 code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb