Operating System on which the current process is running.

Attributes
fileSeparatorSource Code
shared String fileSeparator

The character used on this platform to separate the folder/file elements of a path.

nameSource Code
shared String name

Returns the name of the operating system this process is running on.

newlineSource Code
shared String newline

The line ending character sequence on this platform.

pathSeparatorSource Code
shared String pathSeparator

The character used on this platform to use as a separator between several paths in a list of paths.

string
shared actual String string

A developer-friendly string representing the instance. Concatenates the name of the concrete class of the instance with the hash of the instance. Subclasses are encouraged to refine this implementation to produce a more meaningful representation.

Refined declaration: string
versionSource Code
shared String version

Returns the version of the operating system this process is running on.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object