path

WIN32OLE_TYPELIB#path â The type library file path.
Instance Public methods

Returns the type library file path.

tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library')
puts tlib.path #-> 'C:\...\EXCEL9.OLB'
doc_ruby_on_rails
2015-06-13 04:35:13
Comments
Leave a Comment

Please login to continue.