[Pharo-project] FileStream class>>old* methods
Hi! FileStream class contains a lot of methods having a name beginning with old. Are these methods necessary? Their name is very confusing... Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Yes, these are necessary. They refer to an existsing file (old) versus a non-existant file (the new prefixed methods). There are several uses of it, but in my images there are many, many uses of it. Of course, I really wanted to use #readOnlyFileNamed: in most of the cases that I've created - just missed that desired method when I found the old version. Chris
This is what I discovered after having discussed with Oscar. Alexandre On 1 Dec 2008, at 21:04, Chris Cunningham wrote:
Yes, these are necessary. They refer to an existsing file (old) versus a non-existant file (the new prefixed methods). There are several uses of it, but in my images there are many, many uses of it. Of course, I really wanted to use #readOnlyFileNamed: in most of the cases that I've created - just missed that desired method when I found the old version.
Chris _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (3)
-
Alexandre Bergel -
Alexandre Bergel -
Chris Cunningham