Difference between revisions of "SET DIRECTORY"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Specify default device name and directory in which files will be searched for and stored
+
Specify default directory in which files will be searched for and stored
 
+
  
 
==Syntax==
 
==Syntax==
SET DIRECTORY TO [<device name>] [<path-name>]
+
SET DIRECTORY TO [<directory>]
 
+
  
 
==See Also==
 
==See Also==
[[DEFAULT()]], [[SET DEFAULT]], [[SET PATH]], [[SET VIEW]]
+
[[DEFAULT()]], [[SET DEFAULT]], [[SET PATH]]
 
+
  
 
==Description==
 
==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.
+
The SET DIRECTORY command allows you to specify the directory where all files will be searched for and stored.  The SET DIRECTORY command without a <path name> returns you to the original directory.
 
+
  
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
set default to C:\accounts\</code>
+
set directory to C:\accounts\</code>
 
+
  
==Products==
 
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 04:39, 4 November 2016

Purpose

Specify default directory in which files will be searched for and stored

Syntax

SET DIRECTORY TO [<directory>]

See Also

DEFAULT(), SET DEFAULT, SET PATH

Description

The SET DIRECTORY command allows you to specify the directory where all files will be searched for and stored. The SET DIRECTORY command without a <path name> returns you to the original directory.

Example

set directory to C:\accounts\