WIN32OLE_TYPELIB#path â The type library file path.
Instance Public methods
Returns the type library file path.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) puts tlib.path #-> 'C:\...\EXCEL9.OLB' |
Returns the type library file path.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) puts tlib.path #-> 'C:\...\EXCEL9.OLB' |
Designed by : w10schools
service@w10schools.com
Please login to continue.