Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
144 views

How do I detect if a drive has a recycle bin in C#?

I have an application which uses the FOF_ALLOWUNDO with SHFileOperation in order to move files to the recycle bin. Some removable drives do not have a recycle bin. In this case SHFileOperation ...
1
vote
3answers
357 views

Deleting a single item FROM recycle bin

is there anyway in C# (interop maybe) to delete a specific file in the recycle bin permanently? While searching on the internet I only found ways to delete TO the recycle bin not FROM. I also don't ...
1
vote
2answers
425 views

Why are multiple App_Offline.htm files appearing in Recycle Bin

I'm not duly concerned but can anyone suggest why since installing Visual Studio 2008 Service Pack 1 I keep finding multiple App_Offline.htm files in my recycle bin. I suspect it's something to do ...
0
votes
1answer
96 views

How I can make Recycle Bin for Database ِApplication?

I have database application, I want to allow the user to restore the deleted records from the database, like in windows we have Recycle bin for files I want to do the same thing but for database ...