Actually, I wanted to be lazier... But all right, I create my onw ini :) Thanks! Hernán Morales Durand <hernan.morales@gmail.com> ezt Ãrta (idÅpont: 2016. febr. 8., H, 15:57):
Hi Robert,
You have a nice INI parser in http://www.smalltalkhub.com/#!/~TorstenBergmann/INIFile Cheers,
Hernán
2016-02-08 11:30 GMT-03:00 Robert Kuszinger <kuszinger@giscom.hu>:
Hello Everyone!
I wonder if there is a chance to access pharo.ini contents from inside the image
I'm lazy and I'd like to add my own settings (new keys) to pharo.ini. It would be nice to have these once the image is started so I don't have to create my own .ini and parse it.
So, is Pharo.ini key values are in the image in a class or somewhere?
I'd like to add:
gcDowloadDir = dirname gcODBCsource = DSN ....
and so on :)
thanks Robert