toggle menu
kotlin-process
1.5.1
jvm
switch theme
kotlin-process
com.
github.
pgreze.
process
Input
Source
Companion
From
File
From
Parent
From
Stream
process()
Process
Result
Redirect
CAPTURE
Consume
PRINT
SILENT
To
File
unwrap()
kotlin-process
/
com.github.pgreze.process
/
Redirect
/
ToFile
To
File
class
ToFile
(
val
file
:
File
,
val
append
:
Boolean
=
false
)
:
Redirect
Override or append to a file.
Members
Constructors
To
File
Link copied to clipboard
constructor
(
file
:
File
,
append
:
Boolean
=
false
)
Properties
append
Link copied to clipboard
val
append
:
Boolean
=
false
file
Link copied to clipboard
val
file
:
File