Difference between revisions of "HOME()"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Helengeorge  (Talk | contribs)  | ||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| ==Purpose== | ==Purpose== | ||
| Function to return the directory where the Recital software is installed | Function to return the directory where the Recital software is installed | ||
| Line 12: | Line 8: | ||
| ==See Also== | ==See Also== | ||
| − | [[CURDIR()]], [[DEFAULT()]] | + | [[CURDIR()]], [[DEFAULT()]], [[GETENV()]], [[PUTENV()]] | 
| Line 23: | Line 19: | ||
| // UNIX | // UNIX | ||
| ?home() | ?home() | ||
| − | / | + | /opt/recital/ | 
| </code> | </code> | ||
| ==Products== | ==Products== | ||
| − | Recital  | + | Recital Server, Recital   | 
| [[Category:Documentation]] | [[Category:Documentation]] | ||
| [[Category:Functions]] | [[Category:Functions]] | ||
| + | [[Category:Environment]] | ||
| + | [[Category:Environment Functions]] | ||
| + | [[Category:Disk and File Utilities]] | ||
| + | [[Category:Environment Disk and File Utilities]] | ||
Latest revision as of 16:22, 2 December 2009
Purpose
Function to return the directory where the Recital software is installed
Syntax
HOME()
See Also
CURDIR(), DEFAULT(), GETENV(), PUTENV()
Description
The HOME() function returns a character string representing the drive and directory where the Recital software is installed.
Example
// UNIX ?home() /opt/recital/
Products
Recital Server, Recital
