2016-03-18 13:57:54 -04:00
|
|
|
USING: destructors environment io.files.unique.private
|
|
|
|
io.files.windows system windows.kernel32 ;
|
2008-12-14 21:03:00 -05:00
|
|
|
IN: io.files.unique.windows
|
2008-02-28 16:42:07 -05:00
|
|
|
|
2009-01-26 16:05:15 -05:00
|
|
|
M: windows (touch-unique-file) ( path -- )
|
2008-05-15 06:20:42 -04:00
|
|
|
GENERIC_WRITE CREATE_NEW 0 open-file dispose ;
|