Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
476 views

Disable Windows Recycle Bin delete confirmation in C#

I am creating a small program which has a few functionalities to make my PC "feel better". One of those functionalities is emptying my recycle bin. I am using the following code for that: ...
Cihan Kurt's user avatar
3 votes
1 answer
1k views

How to get the list of file in recycle bin by using c# console application

I am working on homework to get the file count of the recycle bin by using shell32.dll. However, I am struggling to display the list of the files in the recycle bin and keep getting a System....
coderSquirrel's user avatar
4 votes
1 answer
2k views

get the date when the file was sent to recycle bin

Is there any call which will get the date when the file was sent to recycle bin. Items object in Shell32 gives the lastmodified date but not when it is sent to recycle bin. I want to be able to ...
SimonN's user avatar
  • 383