Handbook
Glossary
temp-file ( name -- path )
Temporary files
Prev:
current-temp-directory
Next:
temp-directory ( -- path )
Vocabulary
io
.
files
.
temp
Inputs
name
an
object
Outputs
path
an
object
Definition
USING:
io.pathnames
;
IN:
io.files.temp
:
temp-file
( name -- path )
temp-directory
prepend-path
;