OsUtils

object OsUtils

Functions

Link copied to clipboard
Link copied to clipboard
fun <T> dependent(windows: () -> T, unix: () -> T): T

Runs the given windows or unix function depending on the current operating system.