wipe_file
Description:
public bool wipe_file (
string filename)
This function securely wipes the contents of the file, by overwriting it with 0's, then 1's, then random data.
The file is then removed.
Parameters:
filename |
filename to wipe
|
Returns:
TRUE if wiping and removal was successful.
|