speedi Posted May 3, 2004 Posted May 3, 2004 How can I delete a files or files completely. I don't want the file placed in the recyle bin... Thanks a ton! Jim
ezzetabi Posted May 3, 2004 Posted May 3, 2004 (edited) I guess that a simple FileDelete is not enough for you. What kind of security do you need? Do you want to be protected agaist simple Undelete programs or do you have to protect agaist people that may spend some hundreds dollars in order to have your data back or even worse you have some data that are of national importance and/or their recover can cost lives? Edited May 3, 2004 by ezzetabi
ezzetabi Posted May 3, 2004 Posted May 3, 2004 1st case - use my shell extension code to pass 8 times the files with random data, rename them 100 times and deleted them. 2nd case - use my shell extension code to pass 100 times the files with random data, rename them 100 times and deleted them. 3rd case - take an hammer, hit the disk where the data are stored until it is broken in lots of small parts. Drop the parts in different bin around the city. Even better drop them in bins of different cities or town.
Administrators Jon Posted May 3, 2004 Administrators Posted May 3, 2004 How can I delete a files or files completely. I don't want the file placed in the recyle bin...Thanks a ton! JimFileDelete() doesn't use the recycle bin
ezzetabi Posted May 3, 2004 Posted May 3, 2004 Oh? So do you mean that really FileDelete was enough? Read the help file danmit!!!
speedi Posted May 4, 2004 Author Posted May 4, 2004 Sorry bud, but I did read the help file for ver 2.6 something. I even did a search for recycle.... It did not mention the filedelete. If you prefer to answer my questions like you have, please do not bother.. Thank you Jon for the answer....
emmanuel Posted May 4, 2004 Posted May 4, 2004 maybe it's 'cause this is v3 support, not v2.6 support? "I'm not even supposed to be here today!" -Dante (Hicks)
speedi Posted May 4, 2004 Author Posted May 4, 2004 I just searched ver 3 help . no mention of recycle bin that I could find. I just wanted some help for something that I could not find an answer to... Thanks again to Jon!!
Valik Posted May 4, 2004 Posted May 4, 2004 I just opened V3 help, typed "recycle bin" on the search tab, got 4 results including the function FileRecycle which references FileDelete...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now