TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-192
#HOME Built-In Variable
#HOME Built-In Variable
Use #HOME to set or obtain the variable defined as your home directory.
Result
#HOME returns the full path-name of the home directory.
Considerations
When you first log on, #HOME is initialized to : (the root directory).
Use #PUSH #HOME (or PUSH #HOME) to save a copy of the name of your home
directory.
Use #POP #HOME (or POP #HOME) to restore your home directory to its previous
identity, the last copy pushed.
Use #SET #HOME (or SET VARIABLE #HOME) to define a directory variable as
your home directory.
The syntax of #SET #HOME is:
directory
is the name of an existing variable level of type DIRECTORY.
#HOME
#SET #HOME directory