[squeak-dev] how to get an environment variable's value?

K. K. Subramaniam kksubbu.ml at gmail.com
Sun Mar 20 14:19:43 UTC 2011


On Saturday 19 Mar 2011 1:38:08 am David T. Lewis wrote:
> If you specifically want access to the environment and nothing else,
> the necessary primitive is in the OSProcessPlugin that is distributed
> with Unix/Mac VMs, so you can just call the primitive. But do load
> a copy of OSProcess to see how it is done.
Wouldn't it be simpler to just pass env variable values as arguments on the 
command line and extract it within the image?

Subbu



More information about the Squeak-dev mailing list