Filename.st
changeset 6670 7792348f31e7
parent 6662 250ea1d04a4a
child 6729 ce3a5460987a
--- a/Filename.st	Thu Jul 25 17:51:57 2002 +0200
+++ b/Filename.st	Thu Jul 25 18:06:38 2002 +0200
@@ -2805,6 +2805,7 @@
      '/' asFilename construct:'foo'         
      '/usr/tmp' asFilename construct:'foo'
      '/foo/bar' asFilename construct:'baz' 
+     '/foo/bar' asFilename construct:'baz' asFilename 
 
      Bad example; works on UNIX, but may not on others:
        'foo/bar.baz' construct:'.suff'
@@ -4324,6 +4325,6 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.218 2002-07-24 15:03:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.219 2002-07-25 16:06:38 stefan Exp $'
 ! !
 Filename initialize!