Handbook
Glossary
touch-unique-file ( path -- )
Vocabulary
io
.
files
.
unique
Inputs
path
a pathname string
Outputs
None
Word description
Creates a unique file in a platform-specific way. The file is guaranteed not to exist and is openable by your user.
Definition
USING:
io.backend
io.files.unique.private
;
IN:
io.files.unique
:
touch-unique-file
( path -- )
normalize-path
(touch-unique-file)
;