ksubprocess
0.5.0
common
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
=
false
file
Link copied to clipboard
val
file
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String