[GOODIE] Chicken Run

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Fri Oct 20 15:36:17 UTC 2000


On Fri, 20 Oct 2000, Bob Arning wrote:

> Pretty cool!

Very funny, indeed :)

> It runs on the Mac if you change
> 
> 	imageDir := FileDirectory on: (FileDirectory default
>		fullNameFor: ('chicken', FileDirectory slash , 'images')).
> to
> 	imageDir := (FileDirectory default directoryNamed: 'chicken')
>		directoryNamed: 'images'.

Just curious: would this work, too?

	imageDir := FileDirectory default
		directoryNamed: 'chicken', FileDirectory slash , 'images'.

-- Bert





More information about the Squeak-dev mailing list