docs/functions/app.html
The namespace of the application contains file paths, version and some details.
Returns the path of Shell directory.
Syntax
app.directory // usage in section context
'@app.directory' // usage inside quoted-string literals
Returns the path of the configuration file shell.nss (or shell.shl in older installations).
Syntax
app.cfg // usage in section context
'@app.cfg' // usage inside quoted-string literals
Returns the path of shell.dll.
Syntax
app.dll // usage in section context
'@app.dll' // usage inside quoted-string literals
Returns the path of shell.exe.
Syntax
app.exe // usage in section context
'@app.exe' // usage inside quoted-string literals
Returns application name.
Syntax
app.name // usage in section context
'@app.name' // usage inside quoted-string literals
Returns Shell version.
Syntax
app.version // usage in section context
'@app.version' // usage inside quoted-string literals
Returns the architecture of the application.
Syntax
app.is64 // usage in section context
'@app.is64' // usage inside quoted-string literals
Returns Shell information.
Syntax
app.about // usage in section context
'@app.about' // usage inside quoted-string literals
Reload the configuration file.
Syntax
app.reload // usage in section context
'@app.reload' // usage inside quoted-string literals
Unload the configuration file.
Syntax
app.unload // usage in section context
'@app.unload' // usage inside quoted-string literals