open-output-file -- r7rs Definition
§

Kind
§

procedure;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(open-output-file string)
(open-binary-output-file string)

Takes a string naming an output file to be created and returns a textual output port or binary output port that is capable of writing data to a new file by that name.

If a file with the given name already exists, the effect is unspecified. If the file cannot be opened, an error that satisfies file-error? is signaled.


The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§