help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Small Bug 2


From: Alexander Lazarevic
Subject: [Help-smalltalk] Small Bug 2
Date: Wed, 17 Apr 2002 21:56:06 +0200

The File class method fullNameFor: aString doesn't seem to return an absolute 
path.
--- kernel/File.st~     Fri Jan  4 21:21:33 2002
+++ kernel/File.st      Wed Apr 17 21:45:47 2002
@@ -201,7 +201,7 @@
        ]
     ].

-    ^path inject: '' into: [ :old :each |
+    ^path inject: '/' into: [ :old :each |
        Directory append: each to: old
     ]
 ! !

Alex
-- 
"Who was that young hellcat, Smithers?  "Homer Simpson, sir."  Simpson,
eh? I'll remember that name."  -- Burns and Smithers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]