io.files.tmp: update touch to use dispose instead of stream-close

db4
Alex Chapman 2008-02-15 17:11:28 +11:00
parent 113b895874
commit 5215e3af5f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ IN: io.files.tmp
"tmp" resource-path dup directory? [ dup make-directory ] unless ;
: touch ( filename -- )
<file-writer> stream-close ;
<file-writer> dispose ;
: tmpfile ( extension -- filename )
16 random-alphanumeric-string over append