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