Project.st
changeset 2962 038a8f143e49
parent 2956 952a09bdeed1
child 3288 373af30a15ca
--- a/Project.st	Sun Sep 21 00:10:22 1997 +0200
+++ b/Project.st	Sun Sep 21 00:14:26 1997 +0200
@@ -258,7 +258,7 @@
     ] ifFalse:[
         dirName := Filename currentDirectory name
     ].
-    ^ dirName , Filename separator asString
+    ^ dirName
 
     "Modified: 7.9.1997 / 23:52:25 / cg"
 !
@@ -1007,6 +1007,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.56 1997-09-18 23:03:17 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.57 1997-09-20 22:14:26 cg Exp $'
 ! !
 Project initialize!