remove io.windows.files.temporary

db4
Doug Coleman 2008-03-03 14:42:32 -06:00
parent c3c315a580
commit ae6ad23855
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
USING: io.files.temporary.backend io.nonblocking io.windows
kernel system windows.kernel32 ;
IN: io.windows.files.temporary
M: windows-io (temporary-file) ( path -- stream )
GENERIC_WRITE CREATE_NEW 0 open-file 0 <win32-file> <writer> ;
M: windows-io temporary-path ( -- path )
"TEMP" os-env ;