FileOperation.st
changeset 18878 52f8adebab2d
parent 18876 2c800ab8ade2
child 19140 b9788b9918a3
--- a/FileOperation.st	Wed Jul 10 18:26:41 2019 +0200
+++ b/FileOperation.st	Wed Jul 10 18:31:32 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2003 by eXept Software AG
 	      All Rights Reserved
@@ -240,13 +242,14 @@
         ].
     ].
     aDirectory isDirectory ifFalse:[
-        Dialog warn:('Not a directory: %1' bindWith:aDirectory asString).
+        Dialog warn:'Not a directory: %1' with:aDirectory asString.
         ^ false
     ].
     ^ true
 
     "Created: / 07-02-2007 / 18:30:49 / cg"
     "Modified: / 09-12-2010 / 08:45:45 / cg"
+    "Modified: / 10-07-2019 / 18:28:16 / Claus Gittinger"
 !
 
 fileExistsDialogForNewFile:newFile oldFile:oldFile withCancel:withCancel