Handbook
Glossary
(file-writer) ( path -- stream )
Vocabulary
io
.
files
Inputs
path
an
object
Outputs
stream
an
object
Definition
USING:
io.backend
;
IN:
io.files
HOOK:
(file-writer)
io-backend
( path -- stream )
Methods
USING:
io.backend
io.files
io.streams.c
;
M:
c-io-backend
(file-writer)
"wb"
fopen
<c-writer>
;
USING:
io.backend.unix
io.files
io.files.unix
io.ports
system
;
M:
unix
(file-writer)
open-write
<fd>
init-fd
<output-port>
;