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

6 lines
154 B
Factor

USING: io.backend ;
IN: io.files.temporary.backend
HOOK: (temporary-file) io-backend ( path -- stream path )
HOOK: temporary-path io-backend ( -- path )