korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-fs
/
korlibs.io.core.internal
/
InternalSystemFSShellArgs
Internal
System
FSShell
Args
interface
InternalSystemFSShellArgs
Inheritors
Companion
Members
Types
Companion
Link copied to clipboard
object
Companion
:
InternalSystemFSShellArgs
Functions
build
Shell
Exec
Command
Line
Link copied to clipboard
open
fun
buildShellExecCommandLine
(
cmdAndArgs
:
List
<
String
>
)
:
String
build
Shell
Exec
Command
Line
Array
Link copied to clipboard
open
fun
buildShellExecCommandLineArray
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
Array
For
Execl
Link copied to clipboard
open
fun
buildShellExecCommandLineArrayForExecl
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
Array
For
Node
Spawn
Link copied to clipboard
open
fun
buildShellExecCommandLineArrayForNodeSpawn
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
Array
For
Process
Builder
Link copied to clipboard
open
fun
buildShellExecCommandLineArrayForProcessBuilder
(
cmdAndArgs
:
List
<
String
>
)
:
List
<
String
>
build
Shell
Exec
Command
Line
For
Popen
Link copied to clipboard
open
fun
buildShellExecCommandLineForPopen
(
cmdAndArgs
:
List
<
String
>
)
:
String
escapeshellarg
Unix
Link copied to clipboard
open
fun
escapeshellargUnix
(
str
:
String
)
:
String
escapeshellarg
Win
Link copied to clipboard
open
fun
escapeshellargWin
(
str
:
String
)
:
String
escapeshell
Command
Unix
Link copied to clipboard
open
fun
escapeshellCommandUnix
(
args
:
List
<
String
>
)
:
String
escapeshell
Command
Win
Link copied to clipboard
open
fun
escapeshellCommandWin
(
args
:
List
<
String
>
)
:
String