env:save-state
List of: Scheme Extensions
Subjects: SAT Save and Restore
Contents: Kernel

Action: Saves the current states of global variables such as options and tolerances into a text file.

Filename: kern/kern_scm/fileinfo_scm.cxx

APIs: api_save_state

Syntax: (env:save-state filename)

Arg Types: filename string

Returns: boolean


filename is a string specifying the name of the file for storing the global variables. If filename is not specified, information prints to the console only.

Example: ; env:save-state

; Save the state into "state.log".

(env:save-state "log.log")

;; #t
PDF/KERN/12SCA.PDF
HTM/DATA/KERN/KERN/12SCA/0117.HTM