wipe-file ( file-name -- )
Wipe

Prev:wipe-all ( directory -- )
Next:wipe-free-space ( path -- )


Vocabulary
wipe

Inputs
file-namea filename string


Outputs
None

Word description
Wipe the file-name by overwriting its contents with random data and then deleting it.

Definition