oops - rootDirectoryOnVolume: should fallBack to #rootDirectory.
authorClaus Gittinger <cg@exept.de>
Mon, 05 Oct 1998 13:48:26 +0200
changeset 3871 745482fed59a
parent 3870 ea7a0f0db4be
child 3872 cab901645d2a
oops - rootDirectoryOnVolume: should fallBack to #rootDirectory.
Filename.st
--- a/Filename.st	Mon Oct 05 12:37:12 1998 +0200
+++ b/Filename.st	Mon Oct 05 13:48:26 1998 +0200
@@ -532,14 +532,14 @@
 
     "/ fallBack - works on Unix (not on MSDOS or VMS)
 
-    ^ self named:aVolumeName
+    ^ self rootDirectory
 
     "
      Filename rootDirectoryOnVolume:'/phys/idefix'
      Filename rootDirectoryOnVolume:'d:'
     "
 
-    "Modified: / 24.9.1998 / 19:06:32 / cg"
+    "Modified: / 5.10.1998 / 12:45:39 / cg"
 !
 
 tempDirectory
@@ -3140,6 +3140,6 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.142 1998-10-05 08:38:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.143 1998-10-05 11:48:26 cg Exp $'
 ! !
 Filename initialize!