Tagged Questions
12
votes
2answers
152 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
363 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 ...