Environment
Definitions
def getArgs(_unit: Unit): List[String]
SourceReturns the arguments passed to the program via the command line.
def getCurrentWorkingDirectory(_unit: Unit): Option[String]
SourceReturns the user's current working directory
def getVar(name: String): Option[String]
SourceReturns the value of the specified environment variable.
def getVirtualProcessors(_unit: Unit): Int32
SourceReturns the number of virtual processors available to the JVM.
The returned value is never less than one.