skrypton-api / com.waicool20.skrypton.util / OS

OS

object OS

Operating system related utility functions and checks.

Properties

libraryExtention

val libraryExtention: String

System library extension format in the form of .<extension>.

Functions

is32Bit

fun is32Bit(): Boolean

32 bit architecture check.

is64Bit

fun is64Bit(): Boolean

64 bit architecture check.

isDos

fun isDos(): Boolean

DOS system check.

isLinux

fun isLinux(): Boolean

Linux system check.

isMac

fun isMac(): Boolean

Mac system check.

isUnix

fun isUnix(): Boolean

Unix system check.

isWindows

fun isWindows(): Boolean

Windows system check.