Attributes
fileSeparatorSource Codeshared String fileSeparator

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

nameSource Codeshared String name

Returns the name of the operating system this process is running on: linux, mac, unix, windows or other.

newlineSource Codeshared String newline

The line ending character sequence on this platform.

pathSeparatorSource Codeshared String pathSeparator

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

stringSource Codeshared 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.

versionSource Codeshared String version

Returns the version of the operating system this process is running on or Unknown if it was not possible to retrieve that information. The result is completely dependent on the underlying system.

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