platformName Re: Casing in filesystems

Peter Crowther Peter.Crowther at melandra.com
Mon Mar 12 11:47:19 UTC 2001


> From: Karl Ramberg [mailto:karl.ramberg at chello.se]
> > Ok, so I will make a workaround thingie:
> > Check the extension casing and platform.
> OK, so I print
> Smalltalk platformName
> and get 'Mac OS'
> What do one get on the other platforms out there ?
> I'll add these to the method comment in
> SystemDictionary>>platformName

Why not use FileDirectory>>isCaseSensitive to tell you instead?  Then it
works as more platforms are added.

		- Peter





More information about the Squeak-dev mailing list