)SAVE (lib) (name (:pass))


Saves the current workspace to disk. It is given the same name as the workspace in memory, unless a different name is specified after the command.

If a password is specified, the workspace can be subsequently accessed only if the password is used.

             )SAVE
       2002-09-11 10.32.16 MYWS
             )SAVE 3 MYWS:SECRET
       2002-09-11 10.35.25 MYWS
             )SAVE C:\Workspaces\Budget.aws
       2002-09-11 10.37.25 C:\Workspaces\Budget.aws
             )WSID
       C:\Workspaces\Budget.aws

When attempting to )SAVE a workspace with the same name as a workspace that has already been saved to disk with a password, the operation will only succeed if the password of the active workspace matches that of the workspace on disk. In order to change the password of a workspace that is already saved to disc, you must first )DROP the copy on disk and then )SAVE with the new password.

Library specification and path names

There are two different ways in which you can specify where APLX should save the workspace:

See the description of the )LOAD system command for more detail on libraries and path names.


Topic: APLX Help : Help on APL language : System Commands : )SAVE Save workspace
[ Previous | Next | Contents | Index ]