Okay, so I've been trying to retrieve the filenames of the files inside the recycle bin. The problem is that the recycle bin's directory is phucked up so to speak :/.
So far I've been able to retireve the files in the recycle bin with this method:
The method:
-> The user selects the recycle bin with the explorer extension
-> The user selects a random file in the recycle bin
-> The program gets the wierd directory of the recycle bin which is something like: "C:\$Recycle.Bin\390215-70392570237-50392-750932750932-75\*"
- The numbers are just random, but it looks something like that and I don't get it; it's different from each system...
-> The program retrieves the files from the recycle bin directory but the files have names like:
- $R3258A
- $IR3258A
-> There are TWO filenames for each file in the bin :/?? And the filenames are phucked up -.-
Any other way to get filenames for stuff inside the recycle bin? Automaticly as for now, the user must do the 2 first steps atleast once to get the wierd folder thats
unique for each system...
That is for windows XP, I need for win7/vista :/ I've come across that site already but it doesn't help me with windows 7 cause it's very different from how XP stores the files