touch-unique-file ( path -- )


Vocabulary
io.files.unique

Inputs
patha 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