Index: TECH/File/FileWriter.cls.xml =================================================================== diff -u -r2878 -r2880 --- TECH/File/FileWriter.cls.xml (.../FileWriter.cls.xml) (revision 2878) +++ TECH/File/FileWriter.cls.xml (.../FileWriter.cls.xml) (revision 2880) @@ -81,7 +81,7 @@ } /// Close stream - Set Status = ..FileCharacterStream.%Close() + Set Status = ..FileCharacterStream.Close() If ($$$ISERR(Status)){ Set Exception = ##class(TECH.Exceptions.FileException).%New("Bestand kon niet worden gesloten '"_Filename_"' (Doelbestand :"_..Bestand_")",Status) Do ##class(TECH.ExceptionHandler).Throw(Exception)