If I want my application (written in .NET) to delete the file in such a way that it cannot be restored using the disk recovery tool. What are my options?
I think that I open it in write mode, overwrite it all with random data, and this will make the file unrecoverable. Is there another way?
source
share