call-with-output-file

[procedure] call-with-output-file string proc

R5RS

See also open-output-file, with-output-to-file

[procedure] call-with-output-file string proc [if-exists]

ChezScheme extends R5RS to take optional argument.

[procedure] call-with-output-file string proc [mode]

Chicken extends R5RS to take mode argument: #:text, #:binary or #:append.

[procedure] call-with-output-file string proc [options ...]

Gauche extends R5RS to take optional keyword arguments.