Query or set the internal variable that specifies the name of the file used for saving data from the top-level workspace if Octave aborts.
The default value is "octave-workspace"
When called from inside a function with the "local"
option, the
variable is changed locally for the function and any subroutines it calls.
The original variable value is restored when exiting the function.
See also: crash_dumps_octave_core, octave_core_file_name, octave_core_file_options.
Package: octave