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