factor/extra/io/files/temporary/backend/backend.factor

6 lines
154 B
Factor
Raw Normal View History

USING: io.backend ;
IN: io.files.temporary.backend
2008-02-28 17:37:27 -05:00
HOOK: (temporary-file) io-backend ( path -- stream path )
HOOK: temporary-path io-backend ( -- path )