Filename.st
changeset 12975 8303274002a8
parent 12974 031ee43e9a1e
child 13057 4f7fa62156ac
--- a/Filename.st	Thu Jul 29 12:20:08 2010 +0200
+++ b/Filename.st	Thu Jul 29 12:39:38 2010 +0200
@@ -2834,7 +2834,7 @@
 recursiveCopyTo:destination
     "if I represent a regular file, copy it.
      Otherwise, copy the directory and recursively
-     and recursively all of its subfiles/subdirectories.
+     all of its subfiles/subdirectories.
      Raises an exception if not successful."
 
     |ok d|
@@ -2860,8 +2860,9 @@
         self recursiveCopyWithoutOSCommandTo:destination
     ].
 
-    "Created: / 5.5.1999 / 13:35:01 / cg"
-    "Modified: / 31.5.1999 / 13:11:34 / cg"
+    "Created: / 05-05-1999 / 13:35:01 / cg"
+    "Modified: / 31-05-1999 / 13:11:34 / cg"
+    "Modified: / 29-07-2010 / 12:41:06 / sr"
 !
 
 recursiveCopyWithoutOSCommandTo:destination
@@ -5804,11 +5805,11 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.357 2010-07-29 10:20:08 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.358 2010-07-29 10:39:38 sr Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.357 2010-07-29 10:20:08 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.358 2010-07-29 10:39:38 sr Exp $'
 ! !
 
 Filename initialize!