korlibs
Toggle table of contents
6.1.0-SNAPSHOT
apple
linux
mingw
native
Target filter
apple
linux
mingw
native
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.process
Package-level
declarations
Functions
Functions
posix
Exec
Link copied to clipboard
apple
linux
mingw
native
actual
suspend
fun
posixExec
(
path
:
String
,
cmdAndArgs
:
List
<
String
>
,
env
:
Map
<
String
,
String
>
,
handler
:
VfsProcessHandler
)
:
Int
actual
suspend
fun
posixExec
(
path
:
String
,
cmdAndArgs
:
List
<
String
>
,
env
:
Map
<
String
,
String
>
,
handler
:
VfsProcessHandler
)
:
Int
actual
suspend
fun
posixExec
(
path
:
String
,
cmdAndArgs
:
List
<
String
>
,
env
:
Map
<
String
,
String
>
,
handler
:
VfsProcessHandler
)
:
Int
expect
suspend
fun
posixExec
(
path
:
String
,
cmdAndArgs
:
List
<
String
>
,
env
:
Map
<
String
,
String
>
,
handler
:
VfsProcessHandler
)
:
Int
sopen
Link copied to clipboard
linux
fun
sopen
(
vararg
cmds
:
String
,
cwd
:
String
,
envs
:
Map
<
String
,
String
>
=
mapOf()
)
:
Pair
<
CPointer
<
FILE
>
?
,
Long
>