toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file.std
/
ShellArgs
Shell
Args
object
ShellArgs
Members
Functions
build
Shell
Exec
Command
Line
Link copied to clipboard
fun
buildShellExecCommandLine
(
cmdAndArgs
:
List
<
String
>
)
:
String
build
Shell
Exec
Command
Line
Array
Link copied to clipboard
fun
buildShellExecCommandLineArray
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
Array
For
Execl
Link copied to clipboard
fun
buildShellExecCommandLineArrayForExecl
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
Array
For
Node
Spawn
Link copied to clipboard
fun
buildShellExecCommandLineArrayForNodeSpawn
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
Array
For
Process
Builder
Link copied to clipboard
fun
buildShellExecCommandLineArrayForProcessBuilder
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
For
Popen
Link copied to clipboard
fun
buildShellExecCommandLineForPopen
(
cmdAndArgs
:
List
<
String
>
)
:
String
escapeshellarg
Unix
Link copied to clipboard
fun
escapeshellargUnix
(
str
:
String
)
:
String
escapeshellarg
Win
Link copied to clipboard
fun
escapeshellargWin
(
str
:
String
)
:
String
escapeshell
Command
Unix
Link copied to clipboard
fun
escapeshellCommandUnix
(
args
:
List
<
String
>
)
:
String
escapeshell
Command
Win
Link copied to clipboard
fun
escapeshellCommandWin
(
args
:
List
<
String
>
)
:
String