APP
The namespace of the application contains file paths, version and some details.
app.directory
Returns the path of Shell directory.
Syntax
app.directory // usage in section context
'@app.directory' // usage inside quoted-string literals
app.cfg
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
app.dll
Returns the path of shell.dll
.
Syntax
app.dll // usage in section context
'@app.dll' // usage inside quoted-string literals
app.exe
Returns the path of shell.exe
.
Syntax
app.exe // usage in section context
'@app.exe' // usage inside quoted-string literals
app.name
Returns application name.
Syntax
app.name // usage in section context
'@app.name' // usage inside quoted-string literals
app.version
Returns Shell version.
Syntax
app.version // usage in section context
'@app.version' // usage inside quoted-string literals
app.is64
Returns the architecture of the application.
Syntax
app.is64 // usage in section context
'@app.is64' // usage inside quoted-string literals
app.about
Returns Shell information.
Syntax
app.about // usage in section context
'@app.about' // usage inside quoted-string literals
app.reload
Reload the configuration file.
Syntax
app.reload // usage in section context
'@app.reload' // usage inside quoted-string literals
app.unload
Unload the configuration file.
Syntax
app.unload // usage in section context
'@app.unload' // usage inside quoted-string literals
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub