logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Howto find the host OS: msg#00127

Subject: Re: Howto find the host OS
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@xxxxxxx> 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


<Prev in Thread] Current Thread [Next in Thread>