Difference between revisions of "PATH()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return path setting
 
Function to return path setting
 
  
 
==Syntax==
 
==Syntax==
 
PATH()
 
PATH()
 
  
 
==See Also==
 
==See Also==
[[DEFAULT()]], [[DIR()]], [[GETENV()]], [[GETLOG()]], [[SET DEFAULT]], [[SET PATH]], [[SYS()]]
+
[[DEFAULT()]], [[GETENV()]], [[GETLOG()]], [[SET DEFAULT]], [[SET PATH]], [[SYS()]]
 
+
  
 
==Description==
 
==Description==
 
The PATH() function returns the current path setting.  This is the path set using the Recital SET PATH command.  The GETENV() or GETLOG() functions should be used to obtain Operating System level settings.
 
The PATH() function returns the current path setting.  This is the path set using the Recital SET PATH command.  The GETENV() or GETLOG() functions should be used to obtain Operating System level settings.
 
  
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
 
? path()
 
? path()
C:\Program files\Recital\Uas\Mirage\Mirage_demo
+
/home/apps/
 
</code>
 
</code>
  
 
==Products==
 
Recital, Recital Server
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 06:47, 10 February 2012

Purpose

Function to return path setting

Syntax

PATH()

See Also

DEFAULT(), GETENV(), GETLOG(), SET DEFAULT, SET PATH, SYS()

Description

The PATH() function returns the current path setting. This is the path set using the Recital SET PATH command. The GETENV() or GETLOG() functions should be used to obtain Operating System level settings.

Example

? path()
/home/apps/