temp-file ( name -- path )
Temporary files
Next:temp-directory ( -- path )


Vocabulary
io.files.temp

Definition
USING: io.pathnames ;

IN: io.files.temp

: temp-file ( name -- path ) temp-directory prepend-path ;