comment/format in: #addSuffix:
authorStefan Vogel <sv@exept.de>
Fri, 10 Aug 2012 12:49:56 +0200
changeset 14306 f41ca29d9b54
parent 14305 a5626a16240d
child 14307 67d0d208989d
comment/format in: #addSuffix:
Filename.st
--- a/Filename.st	Mon Aug 06 14:38:10 2012 +0200
+++ b/Filename.st	Fri Aug 10 12:49:56 2012 +0200
@@ -5533,9 +5533,10 @@
 !Filename methodsFor:'suffixes'!
 
 addSuffix:aSuffix
-    "return a new filename for the receivers name with a different suffix.
-     If the name already has a suffix, the new suffix replaces it;
-     otherwise, the new suffix is simply appended to the name."
+    "return a new filename for the receivers name with a additional suffix.
+     The new suffix is simply appended to the name, 
+     regardless whether there is already an existing suffix.
+     See also #withSuffix:"
 
     |prefixName|
 
@@ -5874,11 +5875,11 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.377 2012-07-21 10:35:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.378 2012-08-10 10:49:56 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.377 2012-07-21 10:35:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.378 2012-08-10 10:49:56 stefan Exp $'
 ! !
 
 Filename initialize!