<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>My environment is based on&nbsp;Pharo 1-0 and Seaside&nbsp;3.0.0-alpha5.15, &nbsp;run on MacBook.</div><div><br></div><div>When i work with File Library &nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'andale mono', 'lucida console', monospace; font-size: 14px; line-height: 21px; white-space: pre; ">addAllFilesIn:   </span><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'andale mono', 'lucida console', monospace; font-size: 14px; line-height: 21px; white-space: pre; ">addFileAt:  methods</span></div><div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'andale mono', 'lucida console', monospace; font-size: 14px; line-height: 21px; white-space: pre; "><br></span></div><div>the system erase the error:&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>MessageNotUnderstood: receiver of "binary" is nil</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">R</span>elative specific method is</div><div><span class="Apple-tab-span" style="white-space:pre"><br></span></div><div><span class="Apple-tab-span" style="white-space:pre">        contentsOfFile: aString binary: aBoolean
        | stream |
        stream := aBoolean
                ifTrue: [ (FileDirectory default oldFileNamed: aString)
                        binary;
                        yourself ]
                ifFalse: [ (MultiByteFileStream oldFileNamed: aString)
                        ascii;
                        wantsLineEndConversion: true;
                        yourself ].
        ^[ stream contents ] ensure: [ stream close ]</span>.</div><div><br></div><div><br></div><div><span class="Apple-style-span" style="white-space: pre;"><span class="Apple-style-span" style="white-space: normal;">I think is the same problem relative to FileDirectory .</span></span></div><div><span class="Apple-style-span" style="white-space: pre;"><span class="Apple-style-span" style="white-space: normal;"><br></span></span></div><div>Any idea for &nbsp;solve the problem ?</div><div><br></div><div>Thank,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Dario</div><div><span class="Apple-style-span" style="white-space: pre;"><span class="Apple-style-span" style="white-space: normal;"><br></span></span></div><div><span class="Apple-style-span" style="white-space: pre;"><span class="Apple-style-span" style="white-space: normal;"><br></span></span></div><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 08 Jul 2011, at 18:24, Philippe Marschall wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">2011/7/8 Robert Sirois &lt;<a href="mailto:watchlala@hotmail.com">watchlala@hotmail.com</a>&gt;:<br><blockquote type="cite">Right, I just wasn't sure if this was expected for the newest release or<br></blockquote><blockquote type="cite">not.<br></blockquote><br>If you provide more information (stack trace, versions, …) we may be<br>able to help.</span></blockquote></div><br><div>The error is in Sport2 package</div><div>More precisely: SpEnvironment&gt;&gt;onWindows</div><div><br></div><div>It means Sport needs to be updated, but is the new code valid for other Smalltalks?</div><div><br></div><div>Johan</div></div>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></body></html>