<HTML>
<HEAD>
<TITLE>For newbies like me </TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">For newbies like me is difficult when the tool change.<BR>
<BR>
</FONT><FONT COLOR="#FF00FF"><FONT SIZE="4"><FONT FACE="Monaco"><TT>Press the FIND button and hold it down until the menu appears. Select 'Find a project (more places)'.<BR>
</TT></FONT></FONT></FONT><FONT FACE="Verdana"><BR>
I notice what the method Dan and Ned suggest , once you open the Squeaklets folder , you have all your projects and not the last one, like in previous versions of Squeak.<BR>
<BR>
I find the next useful for &nbsp;&nbsp;have a more quick access to local projects<BR>
<BR>
| repository &nbsp;|<BR>
repository _ FileDirectory default pathName ,FileDirectory slash,'Squeaklets' .<BR>
&nbsp;(FileDirectory default directoryExists: repository) ifTrue: [ServerDirectory addLocalProjectDirectory: (FileDirectory on: repository) ]<BR>
<BR>
Wish to share with all beginners Squeakers.<BR>
<BR>
Edgar De Cleene<BR>
SqueakRos<BR>
</FONT>
</BODY>
</HTML>