Handbook
Glossary
with-unique-file-writer ( ..a prefix suffix encoding quot -- ..b path )
Vocabulary
io
.
files
.
unique
Inputs
prefix
an
object
suffix
an
object
encoding
an
object
quot
an
object
Outputs
path
an
object
Definition
USING:
io.backend
io.files
io.files.unique.private
kernel
;
IN:
io.files.unique
:
with-unique-file-writer
( ..a prefix suffix encoding quot -- ..b path )
[
random-file-name*
]
2dip
[
with-file-writer-secure
]
keepdd
normalize-path
;
inline