open-output-file

Name

open-output-file -- Creates an output port from a file name

Type: function

Synopsis

open-output-file( string, output-port);

Arguments

string

An instance of <string> representing a file name.

Return Values

output-port

An instance of <output-port>.

Description

This function creates a new output port from a file name. This port can then subsequently be used in output operations such as write, write-char, and display.