Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can i read all information in a file system including file allocation table and deleted files. I need to recover deleted files using C# i.e. how can i undelete files like some file recovery tools do???
Posted
Updated 23-Aug-13 18:28pm
v2
Comments
[no name] 23-Aug-13 7:19am    
http://www.codeproject.com/Questions/67924/How-do-I-recover-deleted-files-in-C
What have you tried?
abhitechno 24-Aug-13 0:26am    
nothing! I'm clueless and in desperate need of some direction.
Richard MacCutchan 24-Aug-13 4:32am    
Then you are unlikely to succeed with this project. Reading file system allocation tables and other internal information is not a straightforward process, and would probably need a C/C++ interface to access the actual data. If you are really serious about this then you need to use Google to do a lot of research into the subject.
abhitechno 24-Aug-13 5:11am    
some sort of direction or link to such an interface would be really helpful

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900