[Ann] Nile 0.8.0 available

Mathieu Suen mathk.sue at gmail.com
Mon May 14 20:59:56 UTC 2007


You don't have to use this method set* mean it's require by the trait  
but should not appear for the client.
Traits don't have this possibility so we use "set" and "get" for  
methods that should not be called by the clients only by methods  
defined in the traits.

If you want to open a file you use the same technic as before:

NSReadFileTextStream fileNamed: 'woo.txt'

cheers

	Mth



On May 14, 2007, at 9:02 PM, subbukk wrote:

> Nile passes the argument it receives via its
> NSAbstractFileStream>>setFileName:  method to file primitives for  
> opening a
> file, thereby assuming it is a string. This would force callers (see
> TTFFontDescription>>setDefault) to use paths like :




More information about the Squeak-dev mailing list