memory - How to delete exact file from filesystem passing OS features? -


i have:

  • installed os filesystem ext3 or ntfs or smth else
  • exact file on filesystem ozzy.mp3

i want:

  • to delete file passing os , features, delete file no corrupting other memory

how can it?

if want erase file bypassing operating system entirely program need include code needed update each file system's directory structures, each file system want compatible with.

i guess may kind of doable, far easy, , you'll end rather bulky program (lots of code if need support several file systems).


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -