factor/extra/io/files/unique/backend/backend.factor

6 lines
148 B
Factor
Raw Normal View History

USING: io.backend ;
IN: io.files.unique.backend
2008-02-29 19:04:20 -05:00
HOOK: (make-unique-file) io-backend ( path -- stream )
HOOK: temporary-path io-backend ( -- path )