move_session
Move a session file to a new absolute path; fails cleanly if destination exists (unless force=true), is unwritable, or missing.
Instructions
Move a session's file to new_path.
`new_path` must be an absolute path (`~` is expanded). If it names
an existing directory, the session moves into that directory under
its current filename. Fails cleanly -- without touching the
session or the filesystem -- if the destination already exists
(unless `force=true`), isn't writable, or doesn't exist. `force`
accepts a real bool or a word ("true"/"yes"/...) -- tolerant input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| new_path | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||