closefile

Purpose

Close the output file stream.

Syntax

returnedBool = closefile(fileOstream)

returnedBool - type: bool
fileOstream - type: ostream

Returns

Remarks

Example

@CODE
G("file") = openfile("c:\\tmp.txt");
closefile
(G("file"));
@@CODE

See Also

openfile, Formatting and I/O Functions