$system.osname Returns the name of the operating system |
Usage |
<string> $system.osname() |
Description |
Returns the name of the operating system. On UNIX like machines this is the field sysname of the utsname structure returned by the uname() syscall. |