Alternative directory/file classes?

Masashi UMEZAWA masashi.umezawa at gmail.com
Mon Mar 12 02:59:41 UTC 2007


Hi, Keith

I just started to play around Rio and found that there is a trivial
bug in Rio>>printOn: (or I missed something?).

Anyway, this is a patch.

And, I also noticed that "Rio default" points different locations
according to the running platforms. (In Windows, it returns drive
root, while in Linux, it returns Squeak current directory).

I would like to say thanks for your great efforts. Maybe I should have
noticed your work earlier.

Cheers,
-- 
[:masashi | ^umezawa]
-------------- next part --------------
'From Squeak3.9 of 7 November 2006 [latest update: #7067] on 12 March 2007 at 11:10:01 am'!
"Change Set:		Rio-printOn-patch
Date:			12 March 2007
Author:			Masashi Umezawa

Just a trivial fix of printOn:"!


!Rio methodsFor: 'accessing' stamp: 'mu 3/12/2007 11:06'!
printOn: str

	str nextPutAll: '(', self class name, ' new: ''' , ipath, ''')'
	
! !



More information about the Squeak-dev mailing list