sys.eh
Various system functions More...
Functions
Description
This header contains various functions which do not fit in other headers.
Function details
Returns value of environment variable with given name.
If variable is not defined then empty string
""
is returned.
Sets new value to the environment variable with given name.
Causes process to sleep for the specified number of milliseconds.
Executes given command with given arguments as subprocess of this process.
This function blocks until subprocess executes and returns exit code of that subprocess.
Executes given command with given arguments as subprocess of this process in separate thread.
This function returns immediately after subprocess starts and its result are two processes running consequently.
Returns system property for the specified key.
Returns
null
if there is no system property for given key.