Hello
I am about to start a project and I want to check out some things to
see if it's do-able ...
I have to make a program that can recover some files that were
deleted.
I've downloaded the Undo Delete software ... and I saw in the help
file something like this :
"
When the programs and applications would request for a particular file
(after it has been deleted), they would get an error that the file was
not found, while the file is still present on the disk ?physically?.
"
I have to do this for FAT32 and NTFS. I have some theoretical
knowledge about this, but I haven't implemented nothing in this area.
I have some knowledge in c++ (I had a summer job and I gained some
experience).
So I am asking you :
1.What libraries should I use to get information about the file
system. Let's say that I have a FAT32 drive and I want to list all the
files in the drive using the low ...
Go to the complete details ...