Difference between revisions of "SET DIRECTORY"

From Recital Documentation Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET DIRECTORY=
 
 
 
==Class==
 
Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Specify default device name and directory in which files will be searched for and stored
 
Specify default device name and directory in which files will be searched for and stored
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[SET DEFAULT]], [[SET PATH]], [[SET VIEW]], [[DEFAULT()]]  
+
[[DEFAULT()]], [[SET DEFAULT]], [[SET PATH]], [[SET VIEW]]  
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set default to C:\accounts\</pre>
+
set directory to /home/recital/</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|DIRECTORY]]
 
[[Category:Set_Commands|DIRECTORY]]
 +
[[Category:Environment]]
 +
[[Category:Environment Set Commands]]

Latest revision as of 08:39, 4 November 2016

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 directory to /home/recital/


Products

Recital Server, Recital