Rajula, thanks for your write-up.

As the person who pushed Rajula to send his email I feel I should
respond.

While I'm in favour of Rajula's proposed changes, scripting in
particular will be much easier, I think we need to make the change
generally known as it will not always be obvious, e.g. at the moment I
can rely on:

'../init/mystartup.st' asFileReference fileIn

to always work with the current definition since my init directory is
always next to the image directory.  After Rajula's changes I
will need to do something like:

(FileLocator imageDirectory resolve: '../init/mystartup.st') fileIn

Cheers,
Alistair

Reply via email to