make-file-empty ( file-name -- )


Vocabulary
wipe

Inputs
file-namea filename string


Outputs
None

Word description
Create a new empty file named file-name, discarding any existing data under that name.

Definition