fix temp-file

Doug Coleman 2008-03-23 11:38:26 -05:00
parent 6778362ae7
commit e20e981332
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ DEFER: copy-tree-into
prepend-path ;
: temp-directory ( -- path )
"resource:temp" dup make-directories ;
"temp" resource-path dup make-directories ;
: temp-file ( name -- path )
temp-directory prepend-path ;