Handbook
Glossary
redirect-file* ( 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:
io.backend
io.backend.unix
kernel
unix.process
;
IN:
io.launcher.unix
:
redirect-file*
( actions obj flags fd -- )
-rot
[
normalize-path
]
dip
file-mode
posix_spawn_file_actions_addopen
check-posix
;