remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / io / files / unique / windows / windows.factor
blob2c722426dcf514770f5f18ed5bedc165f971e539
1 USING: kernel system windows.kernel32 io.backend.windows
2 io.files.windows io.ports windows destructors environment
3 io.files.unique ;
4 IN: io.files.unique.windows
6 M: windows (touch-unique-file) ( path -- )
7     GENERIC_WRITE CREATE_NEW 0 open-file dispose ;
9 M: windows default-temporary-directory ( -- path )
10     "TEMP" os-env ;