FileBrowser.st
changeset 16976 8ef4d33f777d
parent 16935 ee594aebfa60
child 17030 b61d34b7fce4
--- a/FileBrowser.st	Tue Oct 18 18:41:58 2016 +0200
+++ b/FileBrowser.st	Tue Oct 18 18:44:26 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
@@ -5635,7 +5637,7 @@
                             Processor yield
                         ].
                     ] ensure:[
-                        stream shutDown. stream := nil.
+                        stream abortAndClose. stream := nil.
                     ].
 
                     "/