View Single Post
Old Mar 16th, 2005, 9:32 AM   #3
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
if you use fopen("myfile", "w") you get the pointer to the beginning of that file returned, now depending on your FileSystem the bytes are all contiguous, and you could write your own file eraser, that goes over every byte in the file, and write /dev/null, or /dev/zero to it or something like that.
Dizz
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline   Reply With Quote