ksubprocess
Toggle table of contents
0.9.0
common
Platform filter
common
Switch theme
Search in API
ksubprocess
ksubprocess
/
ksubprocess
/
Redirect
/
Write
Write
class
Write
(
val
file
:
String
,
val
append
:
Boolean
=
false
)
:
Redirect
Write stdout or stderr to file.
Parameters
file
name of output file
append
true to keep existing file contents
Members
Constructors
Write
Link copied to clipboard
constructor
(
file
:
String
,
append
:
Boolean
=
false
)
Properties
append
Link copied to clipboard
val
append
:
Boolean
file
Link copied to clipboard
val
file
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String