<HTML>
<HEAD>
<TITLE>[BUG][FIX} Review this please...</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Folks;<BR>
<BR>
Just send the cleanup of servers external to Squeak long time non working and the missed menu in </SPAN></FONT><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>in the build directory Tree pane .<BR>
<BR>
But current code do not shows the name you choose for your external server.<BR>
<BR>
Example<BR>
<BR>
&quot;Please fill in the following info, then select all text and choose DoIt.&quot;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;| aa | <BR>
&nbsp;&nbsp;&nbsp;&nbsp;self flag: #ViolateNonReferenceToOtherClasses.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;aa := ServerDirectory new.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;aa server: 'st.cs.uiuc.edu'. &nbsp;&nbsp;&nbsp;&quot;host&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;aa user: 'anonymous'.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;aa password: 'yourEmail@school.edu'.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;aa directory: '/Smalltalk/Squeak/Goodies'.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;aa url: ''. &nbsp;&nbsp;&nbsp;&quot;&lt;- this is optional. &nbsp;Only used when *writing* update files.&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;ServerDirectory addServer: aa named: 'UIUCArchive'. &nbsp;&quot;&lt;- known by this name in Squeak&quot;<BR>
<BR>
You do not see UIUCArchive in the server list.<BR>
<BR>
I fix, but don&#8217;t like , so send here for best solution<BR>
<BR>
The ugly fix:<BR>
<BR>
Copy FileList2 initialDirectoryList code, put in Filelist rootDirectoryList<BR>
<BR>
FileList &nbsp;directoryNameOf: aDirectory<BR>
(aDirectory isKindOf: FileDirectoryWrapper) ifFalse:[<BR>
&nbsp;&nbsp;&nbsp;&nbsp;^aDirectory localName] ifTrue:[ ^aDirectory asString]<BR>
<BR>
<BR>
Additional question<BR>
<BR>
Is FileDirectoryWrapper deprecated now ? Do not should be used?<BR>
<BR>
Edgar</SPAN></FONT></FONT>
</BODY>
</HTML>