Sciter object

Represents current instance of Sciter application.

Constants

VERSION
version of the Sciter, integer. High word is version number, low word is a sub-version number
REVISION
revision of the Sciter, integer. High word is a revision number and low word is a sequential build number.
LICENSEE
string, name of licensee organization/person of the Sciter.

Methods

this
N/A, non constructible for a while.
userName
() returns: string

Returns string - name of the user logged in the system running this sciter.

machineName
([full]) returns: string

Returns name of the machine running this sciter. If full parameter provided and equals to true then this function returns fully qualified network domain name of the machine.

launch
( filename: string ) returns: true/false

Launches external application on this machine. Filename is a filename of executable or document to open.