Hi
im running into alot of issues with mc++ and one of the problems is that i cannot get the length of the file. My objective is to erase a file so that it cannot be recovered by data recovery methods. So basically opens a file,get file length and overwrites all the bytes in file and repeatedly do this till user is happy.
The project is created in CLR's windows form application.
Btw, can any1 tell me what CLR and C++/CLI is about?
I just started with .net and visual c++ things so im still new. Hope anybody can reply me.
Thanks in advance
Regards,
Tommy
im running into alot of issues with mc++ and one of the problems is that i cannot get the length of the file. My objective is to erase a file so that it cannot be recovered by data recovery methods. So basically opens a file,get file length and overwrites all the bytes in file and repeatedly do this till user is happy.
The project is created in CLR's windows form application.
Btw, can any1 tell me what CLR and C++/CLI is about?
I just started with .net and visual c++ things so im still new. Hope anybody can reply me.
Thanks in advance
Regards,
Tommy
Comment