wipe-free-space ( path -- )
Wipe

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


Vocabulary
wipe

Inputs
patha pathname string


Outputs
None

Word description
Create a temporary file at path that consumes all of free space on the drive, fill it with random data, then delete the file. This has the effect of wiping any recoverable data left on the drive after insecurely deleting the files.

Definition