[Newbies] Re: Howto find the host OS

Bert Freudenberg bert at freudenbergs.de
Mon Feb 26 13:03:10 UTC 2007


You need to use

	SmalltalkImage current platformName

nowadays. In the future, just select "platformName" and press Cmd-m  
to find out where it got moved in the most recent refactoring.

- Bert -

On Feb 26, 2007, at 13:56 , Mispunt wrote:

> Thanks for the quick reply, but Squeak says: Message not understood:
> SystemDictionary>>platformName
> I am using Squeak 3.9
>
> Mispunt
>
> On 2/26/07, Benjamin Schroeder <benschroeder at acm.org> wrote:
>>
>> On Feb 26, 2007, at 7:41 AM, Mispunt wrote:
>>
>> > Is there a way to find out (programmaticaly) on which host Squeak
>> > is running?
>>
>> You can use
>>
>>         Smalltalk platformName
>>
>> to get the platform on which Squeak is running.
>>
>> Hope this helps,
>> Benjamin Schroeder





More information about the Beginners mailing list