monitor:file
List of: Scheme Extensions
Subjects: Model Topology
Contents: Kernel

Action: Opens or closes a monitor file, which records the text in the I/O window.

Filename: kern/kern_scm/dbg_scm.cxx

Syntax: (monitor:file filename)

Arg Types: filename string | boolean

Returns: string | boolean

Description: The monitor file records all text going to the Scheme I/O window in a file.


If filename is a string, a file of that name is opened and recording of the output begins. If filename is #f, the file is closed.

Example: ; monitor:file

; Open a monitor file

(monitor:file "record1")

;; "record1"
PDF/KERN/14SCI.PDF
HTM/DATA/KERN/KERN/14SCI/0036.HTM