J
Johan Machielse
Hi,
I want to delete a file in such a way so it's not possible anymore to
recover this file with some kind of recovery tool. I think I have to
possibilities:
- File.Delete()
- FileInfo.Delete()
The description of FileInfo.Delete() tells that it deletes files
permanently! Can I assume that this is the right method to delete files so
they can't be recovered, or is there a better way to do this?
Thank you in advance!
Regards,
Johan Machielse
I want to delete a file in such a way so it's not possible anymore to
recover this file with some kind of recovery tool. I think I have to
possibilities:
- File.Delete()
- FileInfo.Delete()
The description of FileInfo.Delete() tells that it deletes files
permanently! Can I assume that this is the right method to delete files so
they can't be recovered, or is there a better way to do this?
Thank you in advance!
Regards,
Johan Machielse