Difference between revisions of "PATH()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
m (Text replace - "Recital" to "Lianja")
 
(2 intermediate revisions by one other user not shown)
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()]], [[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 Lianja SET PATH command.  The GETENV() function 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]]

Latest revision as of 05:45, 8 December 2012

Purpose

Function to return path setting

Syntax

PATH()

See Also

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

Description

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

Example

? path()
/home/apps/