Difference between revisions of "SET DIRECTORY"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Environment | Environment | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[DEFAULT()]], [[SET DEFAULT]], [[SET PATH]], [[SET VIEW]] |
Line 23: | Line 20: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set default to C:\accounts\</ | + | set default to C:\accounts\</code> |
Revision as of 14:49, 15 April 2009
Class
Environment
Purpose
Specify default device name and directory in which files will be searched for and stored
Syntax
SET DIRECTORY TO [<device name>] [<path-name>]
See Also
DEFAULT(), SET DEFAULT, SET PATH, SET VIEW
Description
The SET DIRECTORY command allows you to specify the device name and directory where all files will be searched for and stored. The device name specification is optional and if present, is ignored on non OpenVMS platforms. By default, files are searched for and stored in the current directory. The SET DIRECTORY command without a <path name> returns you to the original device and directory.
Example
set default to C:\accounts\
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer