FileBrowser.st
changeset 1828 afb2a1533571
parent 1827 9360d3b40c53
child 1834 1c0681c82eae
--- a/FileBrowser.st	Wed Aug 12 14:12:05 1998 +0200
+++ b/FileBrowser.st	Wed Aug 12 14:46:38 1998 +0200
@@ -4090,11 +4090,13 @@
     "/ then convert it to a directory name
     "/ (which only makes a difference on VMS)
 
-    ^ currentDirectory asFilename pathName asFilename osNameForDirectory
+    ^ currentDirectory asFilename pathName "/ asFilename osNameForDirectory
+
+    "Modified: / 12.8.1998 / 14:45:48 / cg"
 ! !
 
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.241 1998-08-12 12:12:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.242 1998-08-12 12:46:38 cg Exp $'
 ! !