Handbook
Glossary
redirect-file-append* ( actions obj flags fd -- )
Vocabulary
io
.
launcher
.
unix
Inputs
actions
an
object
obj
an
object
flags
an
object
fd
an
object
Outputs
None
Definition
USING:
accessors
io.backend
io.backend.unix
io.files.unix
kernel
unix.process
;
IN:
io.launcher.unix
:
redirect-file-append*
( actions obj flags fd -- )
-rot
drop
path>>
normalize-path
append-flags
file-mode
posix_spawn_file_actions_addopen
check-posix
;