Operating System on which the current process is running.
Attributes | |
fileSeparator | Source Code shared String fileSeparator The character used on this platform to separate the folder/file elements of a path. |
name | Source Code shared String name Returns the name of the operating system this process is running on. |
newline | Source Code shared String newline The line ending character sequence on this platform. |
pathSeparator | Source 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 Refined declaration: string |
version | Source Code shared String version Returns the version of the operating system this process is running on. |
Inherited Attributes |
Attributes inherited from: Object |