Handbook
Glossary
open-secure-write ( path -- fd )
Vocabulary
io
.
files
.
unix
Inputs
path
an
object
Outputs
fd
an
object
Definition
USING:
io.backend.unix
unix
;
IN:
io.files.unix
:
open-secure-write
( path -- fd )
secure-write-flags
file-mode
open-file
;