Handbook
Glossary
(touch-unique-file) ( path -- )
Vocabulary
io
.
files
.
unique
.
private
Inputs
path
an
object
Outputs
None
Definition
USING:
io.backend
;
IN:
io.files.unique.private
HOOK:
(touch-unique-file)
io-backend
( path -- )
Methods
USING:
io.backend.unix
io.files.unique.private
io.files.unique.unix
system
unix
;
M:
unix
(touch-unique-file)
open-unique-flags
file-mode
open-file
close-file
;