wipe_directory


Description:


public bool wipe_directory (string dirname)

This function securely wipes the contents of the directory by calling wipe_file on each file.

It also removes links and empty directories but does not recursively wipe them.

Parameters:

dirname

directory to wipe

Returns:

true if wiping and removal was successful.


Namespace: GSignond
Package: gsignond