Source: init/hs_restore_all.pro
hs_restore_all
Restore an hs_container object as the master object.
Usage:
hs_restore_all, file
Argument:
file string The name of the file to restore, note that
this does not use the resources file to find a
directory, as this procedure is only to be
used in the start up phase.
Keyword:
exit_on_error If set, then exit from IDL if the restore fails.
History:
Original: 23/3/00; SJT
restore /relaxed: 11/1/01; SJT
Improve diagnostics to detect dataset save files: 21/3/01; SJT
Modify to allow replacement of an existing environment:
19/6/01; SJT
Trap I/O errors on the save file: 21/9/01; SJT