Close the output file stream.
returnedBool = closefile(fileOstream)
returnedBool - type: bool fileOstream - type: ostream
@CODE G("file") = openfile("c:\\tmp.txt"); closefile(G("file")); @@CODE
openfile, Formatting and I/O Functions