Version: v0.7.1 - Beta.  We welcome contributors & feedback.

System.getOs

System.getOs() -> string

Description

Get a lowercase string indicating the local operating system.

The most common values are:

windows
mac
linux
unix
System.getOs()
//= 'windows'

See Also