OperatingSystemImpl

class OperatingSystemImpl : OperatingSystem

Constructors

Link copied to clipboard
fun OperatingSystemImpl()

Functions

Link copied to clipboard
open override fun exec(command: String): ReturnedStatusCode
Link copied to clipboard
open override fun getEnvValue(name: String): String?