System.getOs
System.getOs() -> string
Description
Get a lowercase string indicating the local server operating system.
The most common values are:
windows mac linux unix
System.getOs() //= 'windows'
Get a lowercase string indicating the local server operating system.
The most common values are:
windows mac linux unix
System.getOs() //= 'windows'