C# - Deleting a file permanently -


i've been out of c# game while since started iphone stuff, how can delete file (so not stored in memory) , isn't recoverable. if can't delete forever can scramble random data unable opened still exists?

it's possible overwrite file previous content cannot recovered. has done drive make sure correct block overwritten... c# interacts filesystem, not physical blocks, won't provide security.

the actual way ask drive securely erase varies interface (atapi vs sata, vs usb mass-storage vs scsi vs firewire), , c# doesn't provide simple way of commanding @ level.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -