Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Deleted some file and folder but i want to recover all files and folders.how to do in C#
Posted
Comments
CHill60 3-Feb-15 5:42am    
Why in C#? Why not use standard ways of recovering deleted files?
If this is an exercise in coding then share what you have tried so far
[no name] 3-Feb-15 5:53am    
no i want to implement in C#.already i 90% code cover but only these functinality remaing

1 solution

 
Share this answer
 
v2
Comments
[no name] 3-Feb-15 5:50am    
delete file till in memory.So i want to delete all file form hard drive also
.
CHill60 3-Feb-15 5:51am    
Your question said you wanted to recover all files and folders. Now you are saying you want to delete them from the HDD - which is it? And what have you tried so far?
[no name] 3-Feb-15 5:58am    
I deleted file using sh*t-delete.your solution in C++ but i not implemented in C# because some header file miss in C# .how to do
CHill60 3-Feb-15 6:04am    
Sorry - I'd been looking at some C++ and confused myself. I've posted a C# link instead.
[no name] 3-Feb-15 6:13am    
Its ok.but how to know the exact location for undelete file in ntfs,fat32. i am also trying to findout the location .but i am not getting any idea .some time they uses a Master file location but i to implement in C#.

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