FileOperation.st
changeset 18331 5b413bb48002
parent 18213 c0d117c0473d
child 18876 2c800ab8ade2
--- a/FileOperation.st	Thu Aug 09 14:17:34 2018 +0200
+++ b/FileOperation.st	Thu Aug 09 14:59:23 2018 +0200
@@ -334,7 +334,7 @@
                     
     msg := resources
             stringWithCRs:msg
-            withArgs:(Array
+            withArguments:(Array
                 with:newFile asString allBold
                 with:(newFileTime printStringFormat:'%(Day)-%(mon)-%(year) %h:%m:%s')
                 with:newSize
@@ -391,6 +391,7 @@
 
     "Created: / 20-03-2012 / 11:44:34 / cg"
     "Modified: / 30-11-2017 / 14:20:27 / cg"
+    "Modified: / 09-08-2018 / 14:57:53 / Claus Gittinger"
 ! !
 
 !FileOperation methodsFor:'initialization'!