Méthode | Description | |
---|---|---|
WipeFile ( string filename, int timesToWrite ) : void |
Deletes a file in a secure way by overwriting it with random garbage data n times.
|
Méthode | Description | |
---|---|---|
UpdatePassInfo ( int currentPass, int totalPasses ) : void | ||
UpdateSectorInfo ( int currentSector, int totalSectors ) : void | ||
WipeDone ( ) : void | ||
WipeError ( |
public WipeFile ( string filename, int timesToWrite ) : void | ||
filename | string | Full path of the file to be deleted |
timesToWrite | int | Specifies the number of times the file should be overwritten |
Résultat | void |