Filename.st
changeset 9235 5f71e9313a01
parent 9206 6f6bc408f82b
child 9263 67350979c827
--- a/Filename.st	Mon Mar 06 09:59:39 2006 +0100
+++ b/Filename.st	Mon Mar 06 09:59:48 2006 +0100
@@ -2393,7 +2393,8 @@
 !
 
 copyTo:newName
-    "copy the file - the argument must be convertable to a filename.
+    "Copy the files contents into another file.
+     The argument must be convertable to a filename.
      Raises an exception, if an error occurs."
 
     |inStream outStream|
@@ -5161,7 +5162,7 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.297 2006-03-03 09:56:38 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.298 2006-03-06 08:59:48 cg Exp $'
 ! !
 
 Filename initialize!