ADXDIR |
adxdir contains the path of the directory where Adonix was installed.
[S]adxdir(254) Char
# Test for the existence of the ENGLISH language fileIf filinfo(adxdir+"/lan/ENGLISH", 0) < 0
Errbox "The ENGLISH message file does not exist!" Endif
The adxdir Adonix system variable contains the name of the root directory where Adonix was installed on the machine that launches the session, therefore, before the "client" machine. It allows you to access the files that depend on Adonix.
There is an ADXDIR environment variable with the same value in the environment. [S]adxdir is equivalent to getenv$("ADXDIR").
You will use the filpath function to determine Adonix's installation path on any server.
[V]PATH([L]M) =
filpath("!","","","",adxmac([L]M))
[S]adxdir corresponds to
the "0" volume path on the local machine.
[S]adxdir is only
accessible in read mode.
|
Error |
Description |
|
EREADONLY (62) |
Attempt to modify the variable |
|
|