<div dir="ltr"><div>I was trying to find out all possible values of this message.  Browsing senders reveals a need to factor this out into a first-class SqueakPlatform -- we have way too many places which employ switch statements to determine what to do:</div><div><br></div><div>    Smalltalk platformName = "Mac OS" </div><div>       ifTrue: </div><div>          [ #('/System/Library/Fonts' '/Library/Fonts') do: [:fontDir | aBlock value: fontDir]. ]</div><div><br></div><div>Others check for "Win32", I'm not sure what #platformName is answering on 64-bit VM on Windows these days, could someone running Windows please tell me?<br></div><div><br></div><div>Still others check for "Risc OS" or "unix".  So, the full list I have so far is:<br></div><div><br></div><div>    unix</div><div>    Win32</div><div>    Mac OS</div><div>    Risc OS</div><div><br></div><div>If you know of any others, please let me know.</div><div><br></div><div> - Chris</div></div>