Handbook
Glossary
redirect-file-append ( obj mode fd -- )
Vocabulary
io
.
launcher
.
unix
Inputs
obj
an
object
mode
an
object
fd
an
object
Outputs
None
Definition
USING:
accessors
io.backend
io.files.unix
kernel
;
IN:
io.launcher.unix
:
redirect-file-append
( obj mode fd -- )
[
drop
path>>
normalize-path
open-append
]
dip
redirect-fd
;