|
-
Jan 11th, 2003, 07:56 AM
#1
Thread Starter
Addicted Member
Deleting a File
When I say 'delete' I mean wipe off the disk completely. I'm not 100% sure how to do this, but would it work if I just opened the said file for output and wrote a load of 0's to it?
Using Visual Studio .NET 2005
-
Jan 11th, 2003, 12:47 PM
#2
Not guaranteed. The system might relocate the file.
I don't know how disk scrubbers work, but you can expect them to have some kind of device driver in the background to do the direct hardware access they probably need for them.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 16th, 2003, 10:32 PM
#3
Lively Member
-
Jan 17th, 2003, 05:17 AM
#4
Yes, but the original location of the file would then still contain the old data of the file.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|