save-image ( path -- )
Factor handbook » The implementation » Images

Prev:save ( -- )
Next:save-image-and-exit ( path -- )


Vocabulary
memory

Inputs
patha pathname string


Outputs
None

Word description
Saves a snapshot of the heap to the given file, overwriting the file if it already exists.

See also
save, save-image-and-exit

Definition