Returns the path of the directory $HOME where is stored the server
Axional Studio
.1 system.server.getHomeDirectory
<system.server.getHomeDirectory />
Returns | |
---|---|
Type | Description |
string | The path where the server Axional Studio is stored. |
Example
Returns the path where the WS server is stored.
Copy
<xsql-script name='system_server_getHomeDirectory_sample1'> <body> <!-- The following exqmple shows /home/jas --> <println> <system.server.getHomeDirectory /> </println> </body> </xsql-script>