Handbook
Glossary
temp-directory ( -- path )
Temporary files
Prev:
temp-file ( name -- path )
Next:
with-temp-directory ( quot -- )
Vocabulary
io
.
files
.
temp
Inputs
None
Outputs
path
an
object
Definition
USING:
namespaces
;
IN:
io.files.temp
:
temp-directory
( -- path )
current-temp-directory
get
;