wipe-all ( directory -- )
Wipe

Prev:wipe ( path -- )
Next:wipe-file ( file-name -- )


Vocabulary
wipe

Inputs
directorya pathname string


Outputs
None

Word description
Wipe all files in the directory and all subdirectories by overwriting their contents with random data and then deleting them.

Definition