Difference between revisions of "PATH()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
==Class==
 
Disk and File Utilities
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return path setting
 
Function to return path setting
Line 16: Line 12:
  
 
==Description==
 
==Description==
The PATH() function returns the current path setting.  This is the path set using the Recital/4GL 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.
  
  
Line 27: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 11:17, 25 January 2010

Purpose

Function to return path setting


Syntax

PATH()


See Also

DEFAULT(), DIR(), 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()
C:\Program files\Recital\Uas\Mirage\Mirage_demo


Products

Recital, Recital Server