)WSID (lib) (name (:pass))


Workspace identification. Used on its own, it tells you the name of the current workspace. Followed by a name (optionally preceded by a library number) it names the current workspace. If you include a password (preceded by a colon), you will have to use the password when you subsequently access the workspace.

             )WSID FRED
       WAS CLEAR WS
             )WSID 3 FRED:SECRET     (password is SECRET, library is library 3)
       WAS FRED
             )WSID /usr/workspaces/FRED.aws           (full pathname supplied)
       WAS 3 FRED

Library specification and path names

There are two different ways in which you can specify the full path associated with the workspace name:

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 : )WSID Workspace identification
[ Previous | Next | Contents | Index ]