Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
how to get the recycle bin files in the listbox by using c#
Posted
Updated 2-Dec-14 14:51pm
v3
Comments
BillWoodruff 2-Dec-14 5:12am    
You'll have to use API calls; for example, see:

http://www.dreamincode.net/forums/topic/164491-working-with-the-windows-recycle-bin-with-c%23/

1 solution

See http://msdn.microsoft.com/en-us/library/windows/desktop/bb762188(v=vs.85).aspx[^], which will let you find the real path for the recycle bin.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900