cache-file ( name -- path )
Temporary files
Prev:with-temp-directory ( quot -- )
Next:cache-directory ( -- path )


Vocabulary
io.files.temp

Definition
USING: io.pathnames ;

IN: io.files.temp

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