Hi, I just discovered that if you ask #size to a non-eistent file reference you obtain False. I submitted an issue @ https://pharo.fogbugz.com/f/cases/14862/is-this-possible-asFileReference-siz... Cheers, Roby
Roberto Minelli-3 wrote
I just discovered that if you ask #size to a non-eistent file reference you obtain False.
That was a design decision to make people feel more comfortable coming from C++... 0 = False ;) ----- Cheers, Sean -- View this message in context: http://forum.world.st/is-this-possible-asFileReference-size-tp4803635p480364... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
âDesignâ?
On 04 Feb 2015, at 15:18, Sean P. DeNigris <sean@clipperadams.com> wrote:
Roberto Minelli-3 wrote
I just discovered that if you ask #size to a non-eistent file reference you obtain False.
That was a design decision to make people feel more comfortable coming from C++... 0 = False ;)
----- Cheers, Sean -- View this message in context: http://forum.world.st/is-this-possible-asFileReference-size-tp4803635p480364... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (2)
-
Roberto Minelli -
Sean P. DeNigris