<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2014-09-11 8:44 GMT+02:00 Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><div>On 11.09.2014, at 00:29, Nicolai Hess &lt;<a href="mailto:nicolaihess@web.de" target="_blank">nicolaihess@web.de</a>&gt; wrote:</div><br><blockquote type="cite"><div dir="ltr"><div><div>FileDirectory&gt;&gt;on: path<br>    &quot;Return another instance&quot;<br><br>    ^ self class on: ((path at: 1 ifAbsent: nil) = self pathNameDelimiter<br>                        ifTrue: [path]<br>                        ifFalse: [pathName asString, (String with: self pathNameDelimiter), path])<br><br></div></div></div></blockquote><br></div><div><br></div></span><div>Where do you see that code? In Squeak 4.5 we have</div><div><br></div><div><div dir="ltr">FileDirectory&gt;&gt;on: fullPath</div><div><span style="white-space:pre-wrap">        </span>&quot;Return another instance&quot;</div><div><br></div><div><span style="white-space:pre-wrap">        </span>^ self class on: fullPath</div></div><span class=""><font color="#888888"><br><div>
<span style="border-collapse:separate;border-spacing:0px;font-family:&#39;Lucida Grande&#39;;font-size:12px"><div style="word-wrap:break-word"><div style="font-family:Helvetica"><span style="font-family:Helvetica">- Bert -</span></div><br></div></span><br>

</div>
<br></font></span></div><br><br>
<br></blockquote></div><br><br>Yes, squeak correctly delegates toe the platfom class.<br><br>The above code is from the spur image I guessed Frank used for his spur tests.<br><br><a href="http://www.mirandabanda.org/files/Cog/VM/SpurImages/2014-09-09/trunk46-spur.image">http://www.mirandabanda.org/files/Cog/VM/SpurImages/2014-09-09/trunk46-spur.image</a><br><br><br><br><br><br><br></div></div>