quarkdown
Toggle table of contents
1.15.1
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-interaction
/
com.quarkdown.interaction.os
/
OsUtils
Os
Utils
object
OsUtils
Members
Functions
cmd
Based
Executable
Path
Link copied to clipboard
fun
cmdBasedExecutablePath
(
basePath
:
String
)
:
String
dependent
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.