Handbook
Glossary
open-append ( path -- fd )
Vocabulary
io
.
files
.
unix
Inputs
path
an
object
Outputs
fd
an
object
Definition
USING:
destructors
io.backend.unix
kernel
unix
unix.ffi
;
IN:
io.files.unix
:
open-append
( path -- fd )
[
append-flags
file-mode
open-file
|dispose
dup
0
SEEK_END
[
lseek
]
unix-system-call
drop
]
with-destructors
;